Uses of Class
org.jcoderz.commons.util.SerializableIterator

Packages that use SerializableIterator
org.jcoderz.commons.util   
 

Uses of SerializableIterator in org.jcoderz.commons.util
 

Methods in org.jcoderz.commons.util that return SerializableIterator
static SerializableIterator SerializableIterator.fromArray(Object[] array)
          Construct a new iterator from the given array.
static SerializableIterator SerializableIterator.fromCollection(Collection collection)
          Construct a new iterator from the given collection.
 



Copyright 2007 The jCoderZ Project.