static class TaggingPresetReader.HashSetWithLast<E> extends LinkedHashSet<E>
Constructor and Description |
---|
HashSetWithLast() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(E e) |
E |
getLast()
Returns the last inserted element.
|
spliterator
clear, clone, contains, isEmpty, iterator, remove, size
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
parallelStream, removeIf, stream
HashSetWithLast()