Class MapOfListMaps<Index1Type, Index2Type, DataType>
java.lang.Object
org.eclipse.rdf4j.sail.lucene.util.MapOfListMaps<Index1Type, Index2Type, DataType>
@Deprecated(since="3.0")
@InternalUseOnly
public class MapOfListMaps<Index1Type, Index2Type, DataType>
extends Object
Deprecated.
This feature is for internal use only: its existence, signature or behavior may change without warning
            from one release to the next.
- Author:
 - andriy.nikolov
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidadd(Index1Type key1, Index2Type key2, DataType value) Deprecated.get(Index1Type key1) Deprecated.get(Index1Type key1, Index2Type key2) Deprecated.toString()Deprecated. 
- 
Constructor Details
- 
MapOfListMaps
public MapOfListMaps()Deprecated. 
 - 
 - 
Method Details
- 
get
Deprecated. - 
get
Deprecated. - 
add
Deprecated. - 
toString
 
 -