Package org.aksw.commons.tuple.finder
Class TupleFinder3Wrapper<D,C,B extends TupleFinder3<D,C>>
java.lang.Object
org.aksw.commons.tuple.finder.TupleFinderWrapper<D,C,B>
org.aksw.commons.tuple.finder.TupleFinder3Wrapper<D,C,B>
- All Implemented Interfaces:
TupleFinder<D,,C> TupleFinder3<D,C>
public abstract class TupleFinder3Wrapper<D,C,B extends TupleFinder3<D,C>>
extends TupleFinderWrapper<D,C,B>
implements TupleFinder3<D,C>
-
Field Summary
Fields inherited from class org.aksw.commons.tuple.finder.TupleFinderWrapper
base -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the object that provides tuple views over the backing domain tuples of type DMethods inherited from class org.aksw.commons.tuple.finder.TupleFinderWrapper
getBaseMethods 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, findMethods inherited from interface org.aksw.commons.tuple.finder.TupleFinder3
contains, find, find, getDimension
-
Constructor Details
-
TupleFinder3Wrapper
-
-
Method Details
-
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> - Specified by:
getTupleBridgein interfaceTupleFinder3<D,C> - Overrides:
getTupleBridgein classTupleFinderWrapper<D,C, B extends TupleFinder3<D, C>>
-