fixed comment

master
Robinson 2023-08-01 20:42:12 -06:00
parent 1340179a73
commit 907db6d550
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import dorkbox.collections.ObjectSet.Companion.tableSize
import java.util.*
/**
* An unordered map where the keys are unboxed ints and values are objects. No allocation is done except when growing the table
* An unordered map where the keys are unboxed ints and values are floats. No allocation is done except when growing the table
* size.
*
* This class performs fast contains and remove (typically O(1), worst case O(n) but that is rare in practice). Add may be