Class CustomEqualityLinkedHashSet<T>
java.lang.Object
com.inductiveautomation.ignition.common.util.CustomEqualityLinkedHashSet<T>
- All Implemented Interfaces:
- Iterable<T>,- Collection<T>,- Set<T>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends T> c) voidclear()booleanbooleancontainsAll(Collection<?> c) booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()Object[]toArray()<E> E[]toArray(E[] a) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Setequals, hashCode, spliterator
- 
Constructor Details- 
CustomEqualityLinkedHashSet
 
- 
- 
Method Details- 
add
- 
addAll
- 
clearpublic void clear()
- 
contains
- 
containsAll- Specified by:
- containsAllin interface- Collection<T>
- Specified by:
- containsAllin interface- Set<T>
 
- 
isEmptypublic boolean isEmpty()
- 
iterator
- 
remove
- 
removeAll
- 
retainAll
- 
sizepublic int size()
- 
toArray
- 
toArraypublic <E> E[] toArray(E[] a) 
 
-