Modifier and Type | Method and Description |
---|---|
java.util.Collection<ItemPointerPair<T,P>> |
PointerBasedDataStructure.add(T t,
P p)
add element t to the data structure, update it's pointer to p.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ItemPointerPair<T,P>> |
PointerBasedCountMinSketch.add(T t,
P p) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ItemPointerPair<T,PO>> |
AbstractPointerBasedForwardDecayDataStructure.add(T t,
PO p) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ItemPointerPair<T,P>> |
PointerBasedFrequentAlgorithmImpl.add(T t,
P p) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ItemPointerPair<T,P>> |
HashSetInfinitePointerDataStructure.add(T t,
P p) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ItemPointerPair<T,P>> |
PointerBasedLossyCountingImpl.add(T t,
P p) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ItemPointerPair<T,P>> |
PointerBasedSpaceSavingImpl.add(T t,
P p) |