Uses of Class
com.tensegrity.generic.util.ArrayListFloat.Iterator

Packages that use ArrayListFloat.Iterator
com.tensegrity.generic.util Core classes for tensegrity-software packages.  
 

Uses of ArrayListFloat.Iterator in com.tensegrity.generic.util
 

Subclasses of ArrayListFloat.Iterator in com.tensegrity.generic.util
 class ArrayListFloat.ListIterator
          ArrayListFloat.ListIterator is a bidirectional iterator with basic versioning.
 

Methods in com.tensegrity.generic.util that return ArrayListFloat.Iterator
 ArrayListFloat.Iterator ArrayListFloat.iterator()
          Returns a simple forward iterator to the caller which can be used to retrieve the contents of the arraylist like this: ArrayListFloat.Iterator it = alist.iterator(); while (it.hasNext()) { float l = li.previous (); System.out.println (" : " + l); } For backwards iteration @see ListIterator.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.