static class TaggingPresetReader.HashSetWithLast<E> extends java.util.LinkedHashSet<E>
| Modifier and Type | Field and Description |
|---|---|
protected E |
last |
private static long |
serialVersionUID |
| 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, waitprivate static final long serialVersionUID
HashSetWithLast()