-
-
Method Summary
Modifier and Type Method Description abstract Set<String>toSet()Returns a read only set containing the paths in this PathSet. abstract List<String>toList()abstract Stream<String>stream()abstract Booleancontains(String path)abstract IntegergetSize()Number of paths currently in this PathSet abstract BooleanisEmpty()Whether this PathSet is empty. abstract BooleanisNotEmpty()Whether this PathSet is not empty. -
-
Method Detail
-
isNotEmpty
abstract Boolean isNotEmpty()
Whether this PathSet is not empty.
-
-
-
-