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, sizeaddAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitHashSetWithLast()