public class LocalCollection<V> extends KeyedCollection<String,V>
| Constructor and Description |
|---|
LocalCollection() |
LocalCollection(Collection<? extends V> c) |
LocalCollection(int initialCapacity) |
LocalCollection(KeyExtractor<String,? super V> keyExtractor) |
| Modifier and Type | Method and Description |
|---|---|
V |
getLocal() |
add, clear, getKey, isEmpty, iterator, size, toMap, toStringaddAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic LocalCollection()
public LocalCollection(KeyExtractor<String,? super V> keyExtractor)
public LocalCollection(Collection<? extends V> c)
public LocalCollection(int initialCapacity)
public V getLocal()
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.