public interface LinkedSet<V> extends Set<V>
Modifier and Type | Method and Description |
---|---|
V |
getLastValue() |
V |
pollLastValue() |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
Copyright © 2018 SPF4J. All rights reserved.