Package org.aksw.commons.tuple.finder
Class TupleFinder4Wrapper<D,C,B extends TupleFinder4<D,C>>
java.lang.Object
org.aksw.commons.tuple.finder.TupleFinderWrapper<D,C,B>
org.aksw.commons.tuple.finder.TupleFinder4Wrapper<D,C,B>
- All Implemented Interfaces:
TupleFinder<D,,C> TupleFinder4<D,C>
public abstract class TupleFinder4Wrapper<D,C,B extends TupleFinder4<D,C>>
extends TupleFinderWrapper<D,C,B>
implements TupleFinder4<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.TupleFinder4
contains, find, find, getDimension
-
Constructor Details
-
TupleFinder4Wrapper
-
-
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 interfaceTupleFinder4<D,C> - Overrides:
getTupleBridgein classTupleFinderWrapper<D,C, B extends TupleFinder4<D, C>>
-