Searched defs:otherSeparators (Results 1 – 1 of 1) sorted by relevance
73 private final String otherSeparators; field in PathType77 protected PathType(boolean allowsMultipleRoots, char separator, char... otherSeparators) { in PathType()95 private static Splitter createSplitter(char separator, char... otherSeparators) { in createSplitter()