Uses of Interface
org.aksw.commons.index.util.Alt

Packages that use Alt
Package
Description
 
  • Uses of Alt in org.aksw.commons.index.util

    Classes in org.aksw.commons.index.util that implement Alt
    Modifier and Type
    Class
    Description
    class 
    Alt2<V1,V2>
    This interface is conceptually just a pair just like Map.Entry However, reusing Map.Entry for storage nodes (schema) is very confusing in debugging, because Entry is especially used on the stores (often Maps).
    class 
    Alt3<V1,V2,V3>