| Modifier and Type | Method and Description | 
|---|---|
| ArraySortedSet<T> | ArraySortedSet. with(Collection<T> vals)Make a new one with some extra entries. | 
| ArraySortedSet<T> | ArraySortedSet. with(T value)Make a new one with an extra entry. | 
| ArraySortedSet<T> | ArraySortedSet. without(T value)Make a new one without an extra entry. | 
Copyright © 2012–2014 jcabi.com. All rights reserved.