Package org.apache.stanbol.entityhub.servicesapi.util

Interface Summary
AdaptingIterator.Adapter<T,A> Adapts values of type T to values of type A.
FilteringIterator.Filter<T> Interface used by the FilteringIterator to check if an element of the parent Iterator should be filtered or not.
 

Class Summary
AdaptingIterator<T,A> Uses the parsed Adapter to convert values of type T to values of type A.
FilteringIterator<T> Implementation of an Iterator that iterates over a filtered set of elements of its parent Iterator.
ModelUtils Utilities useful for implementations of the Entityhub Model
PatternUtils  
TextIterator  
ToStringIterator Implementation of an Iterator over String values, that uses the Object.toString() on elements of the parent Iterator for the conversion.
TypeSafeIterator<T> Filters elements of the base Iterator base on the generic type of this one
 



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.