Uses of Class
org.aksw.commons.index.util.Alt3
Packages that use Alt3
-
Uses of Alt3 in org.aksw.commons.index
Methods in org.aksw.commons.index that return types with arguments of type Alt3Modifier and TypeMethodDescriptionstatic <D,C, V1, V2, V3>
StorageNodeMutable<D, C, Alt3<V1, V2, V3>> StorageComposers.alt3(StorageNodeMutable<D, C, V1> child1, StorageNodeMutable<D, C, V2> child2, StorageNodeMutable<D, C, V3> child3) -
Uses of Alt3 in org.aksw.commons.index.core
Subclasses with type arguments of type Alt3 in org.aksw.commons.index.coreClasses in org.aksw.commons.index.core that implement interfaces with type arguments of type Alt3Fields in org.aksw.commons.index.core declared as Alt3Modifier and TypeFieldDescriptionprotected Alt3<? extends StorageNodeMutable<D, C, V1>, ? extends StorageNodeMutable<D, C, V2>, ? extends StorageNodeMutable<D, C, V3>> StorageNodeAlt3.childrenMethods in org.aksw.commons.index.core that return Alt3Modifier and TypeMethodDescriptionStorageNodeAlt3.newStore()Return of a list with fresh stores of all childrenMethods in org.aksw.commons.index.core with parameters of type Alt3Modifier and TypeMethodDescriptionbooleanStorageNodeAlt3.chooseSubStore(Alt3<V1, V2, V3> 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<?> StorageNodeAlt3.streamEntries(Alt3<V1, V2, V3> childStores, T tupleLike, TupleAccessor<? super T, ? extends C> tupleAccessor) -
Uses of Alt3 in org.aksw.commons.index.util
Methods in org.aksw.commons.index.util that return Alt3