IntIntMap
ceramic.IntIntMap (Class)
Instance Members
When this map is marked as iterable, this array will contain every key.
size: Int
clear(): Void
Name | Type |
---|---|
key |
Int |
Returns |
---|
Bool |
Name | Type |
---|---|
key |
Int |
value |
Int |
Returns |
---|
Int |
Name | Type |
---|---|
key |
Int |
Returns |
---|
Int |
Name | Type |
---|---|
key |
Int |
Returns |
---|
Int |
Name | Type |
---|---|
key |
Int |
Returns |
---|
Int |
Name | Type |
---|---|
key |
Int |
Returns |
---|
Bool |
copy(): IntIntMap
Returns |
---|
IntIntMap |
iterator(): IntIntMapIterator
Returns |
---|
IntIntMapIterator |
keys(): IntIntMapKeyIterator
Returns |
---|
IntIntMapKeyIterator |
keyValueIterator(): IntIntMapKeyValueIterator
Returns |
---|
IntIntMapKeyValueIterator |
Name | Type | Default |
---|---|---|
size |
Int | 16 |
fillFactor |
Float | 0.5 |
iterable |
Bool | false |
Private Members
intMap: Map
Backing map
iterableKeysUsed: IntBoolMap