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