Package org.aksw.commons.tuple.finder
Interface TupleFinder4<D,C>
- All Superinterfaces:
TupleFinder<D,C>
- All Known Implementing Classes:
TupleFinder4Wrapper
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanfind(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 DMethods inherited from interface org.aksw.commons.tuple.finder.TupleFinder
contains, contains, find, find
-
Method Details
-
find
-
getDimension
default int getDimension()Description copied from interface:TupleFinderThe dimension of the tuples accessible by this class- Specified by:
getDimensionin interfaceTupleFinder<D,C>
-
find
- Specified by:
findin interfaceTupleFinder<D,C>
-
contains
-
getTupleBridge
TupleBridge4<D,C> 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>
-