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