Package org.jruby.util.collections
Class IntHashMap.NullMap<U>
java.lang.Object
org.jruby.util.collections.IntHashMap<U>
org.jruby.util.collections.IntHashMap.NullMap<U>
- Enclosing class:
- IntHashMap<V>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jruby.util.collections.IntHashMap
IntHashMap.Entry<V> -
Field Summary
FieldsFields inherited from class org.jruby.util.collections.IntHashMap
keySet, values -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jruby.util.collections.IntHashMap
clear, clone, containsValue, entrySet, getEntry, isEmpty, keySet, newEntryIterator, newKeyIterator, newValueIterator, nullMap, size, toString, values
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NullMap
private NullMap()
-
-
Method Details
-
contains
- Overrides:
containsin classIntHashMap<U>
-
containsKey
public boolean containsKey(int key) - Overrides:
containsKeyin classIntHashMap<U>
-
get
- Overrides:
getin classIntHashMap<U>
-
put
- Overrides:
putin classIntHashMap<U>
-
remove
- Overrides:
removein classIntHashMap<U>
-
rehash
protected void rehash()- Overrides:
rehashin classIntHashMap<U>
-