org.wicketstuff.yui.helper
Class CollectionsHelper
java.lang.Object
org.wicketstuff.yui.helper.CollectionsHelper
public class CollectionsHelper
- extends Object
|
Method Summary |
static void |
rotateInto(List<?> list,
int fromPos,
int toPos)
rotates the item formPos into the toPos in list nudging (rotating) the
rest of the elements |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionsHelper
public CollectionsHelper()
rotateInto
public static void rotateInto(List<?> list,
int fromPos,
int toPos)
- rotates the item formPos into the toPos in list nudging (rotating) the
rest of the elements
- Parameters:
list - fromPos - toPos -
Copyright © 2013. All Rights Reserved.