@Generated(date="2015-06-17T12:23:42+0000", value="HPPC generated from: IntObjectMap.java") public interface IntObjectMap<VType> extends IntObjectAssociativeContainer<VType>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compares the specified object with this set for equality.
|
VType |
get(int key) |
VType |
getOrDefault(int key,
VType defaultValue) |
int |
hashCode() |
VType |
put(int key,
VType value)
Place a given key and value in the container.
|
int |
putAll(IntObjectAssociativeContainer<? extends VType> container)
Puts all keys from another container to this map, replacing the values
of existing keys, if such keys are present.
|
int |
putAll(java.lang.Iterable<? extends IntObjectCursor<? extends VType>> iterable)
Puts all keys from an iterable cursor to this map, replacing the values
of existing keys, if such keys are present.
|
VType |
remove(int key)
Remove all values at the given key.
|
VType put(int key, VType value)
VType get(int key)
VType getOrDefault(int key, VType defaultValue)
int putAll(IntObjectAssociativeContainer<? extends VType> container)
int putAll(java.lang.Iterable<? extends IntObjectCursor<? extends VType>> iterable)
VType remove(int key)
boolean equals(java.lang.Object obj)
IntObjectMap
and both objects contains exactly the same key-value pairs.equals
in class java.lang.Object
int hashCode()
hashCode
in class java.lang.Object
Copyright © 2015 Carrot Search s.c.. All rights reserved.