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, writeExternalbuildObjectContractViolation, capacity, contains, dumpExtraInfo, forEach, index, insertionIndex, insertKey, objectInfo, removeAt, reportPotentialConcurrentMod, setUp, throwObjectContractViolation, throwObjectContractViolationcalculateGrownCapacity, compact, computeMaxSize, computeNextAutoCompactionAmount, ensureCapacity, getAutoCompactionFactor, isEmpty, postInsertHook, reenableAutoCompaction, setAutoCompactionFactor, size, tempDisableAutoCompaction, trimToSizeclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic StringSet(int capacity)
public StringSet(Collection<? extends String> coll)
public StringSet()
Copyright © 2017. All rights reserved.