Package org.aksw.commons.path.core
Class PathOpsWrapperBase<T,P extends Path<T>>
java.lang.Object
org.aksw.commons.path.core.PathOpsWrapperBase<T,P>
- All Implemented Interfaces:
PathOps<T,,P> PathOpsWrapper<T,P>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.commons.path.core.PathOps
create, newAbsolutePath, newAbsolutePath, newAbsolutePath, newRelativePath, newRelativePath, newRelativePathMethods inherited from interface org.aksw.commons.path.core.PathOpsWrapper
fromString, getBasePathSegments, getComparator, getParentToken, getSelfToken, newPath, toString, toStringRaw, upcast
-
Field Details
-
delegate
-
-
Constructor Details
-
PathOpsWrapperBase
-
-
Method Details
-
getDelegate
- Specified by:
getDelegatein interfacePathOpsWrapper<T,P extends Path<T>>
-