public class AdditionOrderedSet<T> extends Object
Constructor and Description |
---|
AdditionOrderedSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T elt)
Add an element to the set.
|
List<T> |
getList()
Get the elements in addition order (i.e.
|
Copyright © 2016. All rights reserved.