@PublicApi @NotThreadSafe public final class ItemForestBuilderImpl extends Object implements ItemForestBuilder<ItemForestBuilderImpl>
Constructor and Description |
---|
ItemForestBuilderImpl() |
Modifier and Type | Method and Description |
---|---|
ItemForest |
build() |
ItemForestBuilderImpl |
nextFragment(ItemForest fragment) |
ItemForestBuilderImpl |
nextLevel() |
ItemForestBuilderImpl |
nextRow(ItemIdentity itemId) |
ItemForestBuilderImpl |
nextRow(ItemIdentity itemId,
long semantics) |
ItemForestBuilderImpl |
prevLevel() |
@NotNull public ItemForestBuilderImpl nextRow(@NotNull ItemIdentity itemId)
nextRow
in interface ItemListBuilder<ItemForestBuilderImpl>
@NotNull public ItemForestBuilderImpl nextRow(@NotNull ItemIdentity itemId, long semantics)
nextRow
in interface ItemListBuilder<ItemForestBuilderImpl>
@NotNull public ItemForestBuilderImpl nextLevel()
nextLevel
in interface ItemForestBuilder<ItemForestBuilderImpl>
@NotNull public ItemForestBuilderImpl prevLevel()
prevLevel
in interface ItemForestBuilder<ItemForestBuilderImpl>
@NotNull public ItemForestBuilderImpl nextFragment(@NotNull ItemForest fragment)
nextFragment
in interface ItemForestBuilder<ItemForestBuilderImpl>
@NotNull public ItemForest build()
Copyright © 2017 ALM Works. All Rights Reserved.