Package org.aksw.commons.tuple.finder
Class TupleFinderWrapper<D,C,B extends TupleFinder<D,C>>
java.lang.Object
org.aksw.commons.tuple.finder.TupleFinderWrapper<D,C,B>
- All Implemented Interfaces:
TupleFinder<D,C>
- Direct Known Subclasses:
TupleFinder3Wrapper,TupleFinder4Wrapper
public abstract class TupleFinderWrapper<D,C,B extends TupleFinder<D,C>>
extends Object
implements TupleFinder<D,C>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBase()Get the object that provides tuple views over the backing domain tuples of type DMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.commons.tuple.finder.TupleFinder
contains, contains, find, find, find, getDimension
-
Field Details
-
base
-
-
Constructor Details
-
TupleFinderWrapper
-
-
Method Details
-
getBase
-
getTupleBridge
Description copied from interface:TupleFinderGet the object that provides tuple views over the backing domain tuples of type D- Specified by:
getTupleBridgein interfaceTupleFinder<D,C>
-