| Package | Description | 
|---|---|
| org.diirt.graphene | |
| 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 IteratorDouble | 
Iterators.combine(Collection<IteratorNumber> iterators)
Takes a list of IteratorDoubles and combines them into one IteratorDouble. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IteratorByte
An iterator of  
bytes. | 
class  | 
IteratorDouble
An iterator of  
doubles. | 
class  | 
IteratorFloat
An iterator of  
floats. | 
class  | 
IteratorInt
An iterator of  
ints. | 
class  | 
IteratorLong
An iterator of  
longs. | 
class  | 
IteratorShort
An iterator of  
shorts. | 
| Modifier and Type | Method and Description | 
|---|---|
IteratorNumber | 
CollectionNumber.iterator()
Returns an iterator over the elements of the collection. 
 | 
Copyright © 2015. All rights reserved.