public static class StringMap.StringSet extends gnu.trove.set.hash.TCustomHashSet<String> implements Set<String>
Constructor and Description |
---|
StringSet() |
StringSet(Collection<? extends String> coll) |
StringSet(int capacity) |
add, addAll, clear, containsAll, equals, hashCode, iterator, readExternal, rehash, remove, removeAll, retainAll, toArray, toArray, toString, writeExternal
buildObjectContractViolation, capacity, contains, dumpExtraInfo, forEach, index, insertionIndex, insertKey, objectInfo, removeAt, reportPotentialConcurrentMod, setUp, throwObjectContractViolation, throwObjectContractViolation
calculateGrownCapacity, compact, computeMaxSize, computeNextAutoCompactionAmount, ensureCapacity, getAutoCompactionFactor, isEmpty, postInsertHook, reenableAutoCompaction, setAutoCompactionFactor, size, tempDisableAutoCompaction, trimToSize
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
public StringSet(int capacity)
public StringSet(Collection<? extends String> coll)
public StringSet()
Copyright © 2017. All rights reserved.