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>, SequencedCollection<E>, SequencedSet<E>, Set<E>, ExecutionObject
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionLinkedHashSet(Set<? extends E> s, ExecutionContext executionContext) ExecutionLinkedHashSet(ExecutionContext executionContext) -
Method Summary
Methods inherited from class LinkedHashSet
addFirst, addLast, getFirst, getLast, newLinkedHashSet, removeFirst, removeLast, reversed, spliteratorMethods inherited from class HashSet
clone, contains, isEmpty, iterator, newHashSet, size, toArray, toArrayMethods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
ExecutionLinkedHashSet
-
ExecutionLinkedHashSet
-
-
Method Details
-
add
-
remove
-
clear
-
sort
public void sort() -
sort
public void sort(boolean asc) -
toSorted
-
toSorted
-
toList
-
memorySize
public long memorySize()- Specified by:
memorySizein interfaceExecutionObject
-
toUnmodifiable
-