Package org.openanzo.util

Interface Summary
Function<F,T> Function that is run on Type F and returns Type T
MutableIterator<T> Extension of iterator that has a set method to replace the last element access via the iterator with a new value.
Predicate<T>  
 

Class Summary
Collections Set of collection utilities
CompositeIterator<T> Combine 2 iterators into a composite iterator
FilteredIterator<T> Filtered iterator allows for filtering an Iterator using a Predicate filter.
MappedIterator<F,T>  
NullIterator<T> Null implementation of MutableIterator for returning an empty iterator
Pair<F,S> 2 Item list
Ref<T> Reference class
SingleElementIterator<T> Iterator for single values
System System utilities
UpcastIterator<T> For an iterator of values that extend T, create a new iterator that provides T values
 



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.