Class Hierarchy
- java.lang.Object
- com.owenfeehan.pathpatternfinder.trim.TrimCommonPathRoot (implements com.owenfeehan.pathpatternfinder.trim.TrimOperation<T>)
- com.owenfeehan.pathpatternfinder.trim.TrimConstantString (implements com.owenfeehan.pathpatternfinder.trim.TrimOperation<T>)
- com.owenfeehan.pathpatternfinder.trim.TrimInteger (implements com.owenfeehan.pathpatternfinder.trim.TrimOperation<T>)
- com.owenfeehan.pathpatternfinder.trim.TrimOperationOrList<T> (implements com.owenfeehan.pathpatternfinder.trim.TrimOperation<T>)
- com.owenfeehan.pathpatternfinder.trim.TrimSplitByChar (implements com.owenfeehan.pathpatternfinder.trim.TrimOperation<T>)
Interface Hierarchy
- com.owenfeehan.pathpatternfinder.trim.TrimOperation<T>