Package org.wicketstuff.yui.helper
Class CollectionsHelper
- java.lang.Object
-
- org.wicketstuff.yui.helper.CollectionsHelper
-
public class CollectionsHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description CollectionsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidrotateInto(List<?> list, int fromPos, int toPos)rotates the item formPos into the toPos in list nudging (rotating) the rest of the elements
-
-
-
Method Detail
-
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-
-
-