- net.java.truecommons.shed - package net.java.truecommons.shed
-
Hosts small but useful tools and utilities that didn't fit anywhere else.
- newLink(T) - Method in enum net.java.truecommons.shed.Link.Type
-
Returns a new typed link to the given nullable target.
- next() - Method in class net.java.truecommons.shed.CompoundIterator
-
- next() - Method in class net.java.truecommons.shed.FilteringIterator
-
- none() - Static method in class net.java.truecommons.shed.Option
-
Returns an option with no element.
- noneOf(Class<E>) - Static method in class net.java.truecommons.shed.BitField
-
Returns a bit field which can contain the given element type and is
initially empty.
- normalize(String) - Method in class net.java.truecommons.shed.PathNormalizer
-
Removes all redundant separators, dot directories (".") and
dot-dot directories ("..") from the given path name and
returns the result.
- normalize(String, char) - Static method in class net.java.truecommons.shed.Paths
-
- not() - Method in class net.java.truecommons.shed.BitField
-