Uses of Interface
app.babylon.table.column.CategoryCodeList.Builder
Packages that use CategoryCodeList.Builder
-
Uses of CategoryCodeList.Builder in app.babylon.table.column
Classes in app.babylon.table.column that implement CategoryCodeList.BuilderModifier and TypeClassDescriptionstatic final classBuilder implementation that stores incoming codes as ints before compacting to the smallest suitable representation.Methods in app.babylon.table.column that return CategoryCodeList.BuilderModifier and TypeMethodDescriptionCategoryCodeList.Builder.add(int x) Appends one category code.CategoryCodeList.BuilderInt.add(int x) CategoryCodeList.Builder.addAll(int[] x) Appends all supplied category codes.CategoryCodeList.BuilderInt.addAll(int[] x) static CategoryCodeList.BuilderCategoryCodeList.builder()Creates a mutable builder for category codes.