|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.saager.enumerator.LiveIterable<T>
public class LiveIterable<T>
Nested Class Summary | |
---|---|
private static interface |
LiveIterable.ArrayHolder
|
Field Summary | |
---|---|
private LiveIterable.ArrayHolder |
ah
|
(package private) int |
arrLength
|
Constructor Summary | |
---|---|
LiveIterable(java.util.List<T> array)
|
|
LiveIterable(java.util.Set<T> set)
|
Method Summary | |
---|---|
java.util.Iterator<T> |
iterator()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final LiveIterable.ArrayHolder ah
int arrLength
Constructor Detail |
---|
public LiveIterable(java.util.Set<T> set)
public LiveIterable(java.util.List<T> array)
Method Detail |
---|
public java.util.Iterator<T> iterator()
iterator
in interface java.lang.Iterable<T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |