|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecter.extensions.foundation.ERXRoundRobinCollection<E>
E
- public class ERXRoundRobinCollection<E>
A simple thread-safe class that returns the next item in a list in round robin fashion. If only one item in the collection, the juggling is bypassed and that same item is returned every time.
Constructor Summary | |
---|---|
ERXRoundRobinCollection(com.webobjects.foundation.NSArray<E> collection)
|
Method Summary | |
---|---|
com.webobjects.foundation.NSArray<E> |
array()
|
E |
next()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ERXRoundRobinCollection(com.webobjects.foundation.NSArray<E> collection)
Method Detail |
---|
public com.webobjects.foundation.NSArray<E> array()
public E next()
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |