public class SmartList extends Object
| Constructor and Description |
|---|
SmartList(SmartContext ctx,
int maxSize,
int leftOffset,
Collection collection) |
| Modifier and Type | Method and Description |
|---|---|
Object |
elementAt(int i) |
int |
getCount() |
List |
getItems() |
int |
getMaxSize() |
int |
getOffset() |
int |
getRightSize() |
public SmartList(SmartContext ctx, int maxSize, int leftOffset, Collection collection)
Copyright © 2015. All rights reserved.