Package app.babylon.table
Interface ViewIndex.Builder
- All Known Implementing Classes:
ViewIndex.BuilderInt
- Enclosing interface:
ViewIndex
public static interface ViewIndex.Builder
-
Method Details
-
add
-
addNull
ViewIndex.Builder addNull() -
addAll
-
size
int size() -
isSet
boolean isSet(int i) -
get
int get(int i) -
build
ViewIndex build()
-