public interface KTypeLookupContainer<KType> extends KTypeContainer<KType>
O(log n)
and ideally in amortized
constant time O(1)
.Modifier and Type | Method and Description |
---|---|
boolean |
contains(KType e)
Lookup a given element in the container.
|
boolean contains(KType e)
KTypeContainer
contains
in interface KTypeContainer<KType>
true
if this container has an element
equal to e
.Copyright © 2014 Carrot Search s.c.. All rights reserved.