@Generated(date="2016-03-16T08:27:33+0000", value="HPPC generated from: LongIntMap.java") public interface LongIntMap extends LongIntAssociativeContainer
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compares the specified object with this set for equality.
|
int |
get(long key) |
int |
getOrDefault(long key,
int defaultValue) |
int |
hashCode() |
int |
put(long key,
int value)
Place a given key and value in the container.
|
int |
putAll(java.lang.Iterable<? extends LongIntCursor> iterable)
Puts all keys from an iterable cursor to this map, replacing the values
of existing keys, if such keys are present.
|
int |
putAll(LongIntAssociativeContainer container)
Puts all keys from another container to this map, replacing the values
of existing keys, if such keys are present.
|
int |
remove(long key)
Remove all values at the given key.
|
int put(long key, int value)
int get(long key)
int getOrDefault(long key, int defaultValue)
int putAll(LongIntAssociativeContainer container)
int putAll(java.lang.Iterable<? extends LongIntCursor> iterable)
int remove(long key)
boolean equals(java.lang.Object obj)
LongIntMap
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 © 2016 Carrot Search s.c.. All rights reserved.