| Package | Description | 
|---|---|
| org.diirt.util.array | 
 Set of classes to handle iteration and read-only references to
 collections and arrays of primitives, without having to code for each
 individual case. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SortedListView | 
ListNumbers.sortedView(ListNumber values)
Creates a sorted view of the given ListNumber. 
 | 
static SortedListView | 
ListNumbers.sortedView(ListNumber values,
          ListInt indexes)
Creates a sorted view of the given ListNumber based on the indexes provided. 
 | 
Copyright © 2015. All rights reserved.