Package org.mvel2.execution
Class ExecutionLinkedHashSet<E>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<E>
java.util.LinkedHashSet<E>
org.mvel2.execution.ExecutionLinkedHashSet<E>
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<E>,Collection<E>,Set<E>,ExecutionObject
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionLinkedHashSet(Set<? extends E> s, ExecutionContext executionContext) ExecutionLinkedHashSet(ExecutionContext executionContext) -
Method Summary
Methods inherited from class java.util.LinkedHashSet
spliteratorMethods inherited from class java.util.HashSet
clone, contains, isEmpty, iterator, size, toArray, toArrayMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
ExecutionLinkedHashSet
-
ExecutionLinkedHashSet
-
-
Method Details
-
add
-
remove
-
clear
public void clear() -
sort
public void sort() -
sort
public void sort(boolean asc) -
toSorted
-
toSorted
-
toList
-
memorySize
public long memorySize()- Specified by:
memorySizein interfaceExecutionObject
-
toUnmodifiable
-