Package org.aksw.commons.index.util
Interface Alt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectget(int index)intsize()
-
-
-
Method Detail
-
get
Object get(int index)
- Returns:
- The item with the given index in this Alt instance
-
size
int size()
- Returns:
- The number of items in this Alt instance
-
-