Uses of Class
org.aksw.commons.index.util.Alt3
-
Packages that use Alt3 Package Description org.aksw.commons.index org.aksw.commons.index.core org.aksw.commons.index.util -
-
Uses of Alt3 in org.aksw.commons.index
Methods in org.aksw.commons.index that return types with arguments of type Alt3 Modifier and Type Method Description static <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
Fields in org.aksw.commons.index.core declared as Alt3 Modifier and Type Field Description protected 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 Alt3 Modifier and Type Method Description Alt3<V1,V2,V3>StorageNodeAlt3. newStore()Return of a list with fresh stores of all childrenMethods in org.aksw.commons.index.core with parameters of type Alt3 Modifier and Type Method Description booleanStorageNodeAlt3. add(Alt3<V1,V2,V3> childStores, D tupleLike)ObjectStorageNodeAlt3. chooseSubStore(Alt3<V1,V2,V3> store, int subStoreIdx)voidStorageNodeAlt3. clear(Alt3<V1,V2,V3> store)booleanStorageNodeAlt3. isEmpty(Alt3<V1,V2,V3> childStores)Checks 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)booleanStorageNodeAlt3. remove(Alt3<V1,V2,V3> childStores, D tupleLike)<T> java.util.stream.Stream<?>StorageNodeAlt3. streamEntries(Alt3<V1,V2,V3> childStores, T tupleLike, org.aksw.commons.tuple.TupleAccessorCore<? super T,? extends C> tupleAccessor) -
Uses of Alt3 in org.aksw.commons.index.util
Methods in org.aksw.commons.index.util that return Alt3 Modifier and Type Method Description static <V1,V2,V3>
Alt3<V1,V2,V3>Alt3. create(V1 v1, V2 v2, V3 v3)
-