|
|||||||||
| 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: ByteLookupContainer.java")
public interface ByteLookupContainer
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(byte e)
Lookup a given element in the container. |
| Methods inherited from interface com.carrotsearch.hppc.ByteContainer |
|---|
forEach, forEach, isEmpty, iterator, size, toArray |
| Method Detail |
|---|
boolean contains(byte e)
ByteContainer
contains in interface ByteContainertrue 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 | ||||||||