Uses of Class
org.aksw.commons.index.util.Alt2
Packages that use Alt2
-
Uses of Alt2 in org.aksw.commons.index
Methods in org.aksw.commons.index that return types with arguments of type Alt2Modifier and TypeMethodDescriptionstatic <D,C, V1, V2>
StorageNodeMutable<D, C, Alt2<V1, V2>> StorageComposers.alt2(StorageNodeMutable<D, C, V1> child1, StorageNodeMutable<D, C, V2> child2) -
Uses of Alt2 in org.aksw.commons.index.core
Subclasses with type arguments of type Alt2 in org.aksw.commons.index.coreClasses in org.aksw.commons.index.core that implement interfaces with type arguments of type Alt2Fields in org.aksw.commons.index.core declared as Alt2Modifier and TypeFieldDescriptionprotected Alt2<? extends StorageNodeMutable<D, C, V1>, ? extends StorageNodeMutable<D, C, V2>> StorageNodeAlt2.childrenMethods in org.aksw.commons.index.core that return Alt2Modifier and TypeMethodDescriptionStorageNodeAlt2.newStore()Return of a list with fresh stores of all childrenMethods in org.aksw.commons.index.core with parameters of type Alt2Modifier and TypeMethodDescriptionbooleanStorageNodeAlt2.chooseSubStore(Alt2<V1, V2> store, int subStoreIdx) voidbooleanChecks whether all child store entries in the list of alternatives are empty (Not to be confused with checking the list of alternatives itself for emptiness)boolean<T> Stream<?> StorageNodeAlt2.streamEntries(Alt2<V1, V2> childStores, T tupleLike, TupleAccessor<? super T, ? extends C> tupleAccessor) -
Uses of Alt2 in org.aksw.commons.index.util
Methods in org.aksw.commons.index.util that return Alt2