Package org.aksw.commons.tuple.finder
Interface TupleFinder<D,C>
- All Known Subinterfaces:
TupleFinder3<D,,C> TupleFinder4<D,C>
- All Known Implementing Classes:
TupleFinder3Wrapper,TupleFinder4Wrapper,TupleFinderWrapper
public interface TupleFinder<D,C>
Interface for basic matching of tuples
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleandefault <X> booleancontains(X tuple, TupleAccessor<? super X, ? extends C> accessor) find(X tuple, TupleAccessor<? super X, ? extends C> accessor) default intThe dimension of the tuples accessible by this classGet the object that provides tuple views over the backing domain tuples of type D
-
Method Details
-
getTupleBridge
TupleBridge<D,C> getTupleBridge()Get the object that provides tuple views over the backing domain tuples of type D -
find
-
find
-
getDimension
default int getDimension()The dimension of the tuples accessible by this class -
contains
-
find
-
contains
-