com.clickntap.tool.types
Class SmartList

java.lang.Object
  extended by com.clickntap.tool.types.SmartList

public class SmartList
extends Object


Constructor Summary
SmartList(SmartContext ctx, int maxSize, int leftOffset, Collection collection)
           
 
Method Summary
 Object elementAt(int i)
           
 int getCount()
           
 List getItems()
           
 int getMaxSize()
           
 int getOffset()
           
 int getRightSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartList

public SmartList(SmartContext ctx,
                 int maxSize,
                 int leftOffset,
                 Collection collection)
Method Detail

getItems

public List getItems()

elementAt

public Object elementAt(int i)

getCount

public int getCount()

getOffset

public int getOffset()

getMaxSize

public int getMaxSize()

getRightSize

public int getRightSize()


Copyright © 2014. All rights reserved.