|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Generated(date="2012-11-19T09:50:02+0100",
value="HPPC generated from: IntLookupContainer.java")
public interface IntLookupContainer
Marker interface for containers that can check if they contain a given object in
at least time O(log n) and ideally in amortized
constant time O(1).
| Method Summary | |
|---|---|
boolean |
contains(int e)
Lookup a given element in the container. |
| Methods inherited from interface com.carrotsearch.hppc.IntContainer |
|---|
forEach, forEach, isEmpty, iterator, size, toArray |
| Method Detail |
|---|
boolean contains(int e)
IntContainer
contains in interface IntContainertrue if this container has an element
equal to e.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||