org.wicketstuff.yui.helper
Class CollectionsHelper

java.lang.Object
  extended by org.wicketstuff.yui.helper.CollectionsHelper

public class CollectionsHelper
extends Object


Constructor Summary
CollectionsHelper()
           
 
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
 

Constructor Detail

CollectionsHelper

public CollectionsHelper()
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 -


Copyright © 2013. All Rights Reserved.