Package net.md_5.bungee.util
Class CaseInsensitiveSet
- java.lang.Object
- 
- gnu.trove.impl.hash.THash
- 
- gnu.trove.impl.hash.TObjectHash<T>
- 
- gnu.trove.impl.hash.TCustomObjectHash<E>
- 
- gnu.trove.set.hash.TCustomHashSet<String>
- 
- net.md_5.bungee.util.CaseInsensitiveSet
 
 
 
 
 
- 
- All Implemented Interfaces:
- Externalizable,- Serializable,- Iterable<String>,- Collection<String>,- Set<String>
 
 public class CaseInsensitiveSet extends gnu.trove.set.hash.TCustomHashSet<String> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CaseInsensitiveSet()CaseInsensitiveSet(Collection<? extends String> collection)
 - 
Method Summary- 
Methods inherited from class gnu.trove.set.hash.TCustomHashSetadd, addAll, clear, containsAll, equals, hashCode, iterator, readExternal, rehash, remove, removeAll, retainAll, toArray, toArray, toString, writeExternal
 - 
Methods inherited from class gnu.trove.impl.hash.TObjectHashbuildObjectContractViolation, capacity, contains, dumpExtraInfo, forEach, index, insertionIndex, insertKey, objectInfo, removeAt, reportPotentialConcurrentMod, setUp, throwObjectContractViolation, throwObjectContractViolation
 - 
Methods inherited from class gnu.trove.impl.hash.THashcalculateGrownCapacity, compact, computeMaxSize, computeNextAutoCompactionAmount, ensureCapacity, fastCeil, getAutoCompactionFactor, isEmpty, postInsertHook, reenableAutoCompaction, saturatedCast, setAutoCompactionFactor, size, tempDisableAutoCompaction, trimToSize
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.CollectionparallelStream, removeIf, stream
 - 
Methods inherited from interface java.util.Setcontains, isEmpty, size, spliterator
 
- 
 
- 
- 
- 
Constructor Detail- 
CaseInsensitiveSetpublic CaseInsensitiveSet() 
 - 
CaseInsensitiveSetpublic CaseInsensitiveSet(Collection<? extends String> collection) 
 
- 
 
-