public interface LongObjectMap
Modifier and Type | Method and Description |
---|---|
boolean |
containsLong(long num) |
Object |
get(long num) |
long |
getSize() |
void |
put(long num,
Object value) |
boolean |
putNoReplace(long num,
Object value) |
Object |
remove(long num) |
Copyright © 2017 com.mchange. All rights reserved.