- IConvertableUnit<T,U> - Interface in de.tsl2.nano.util.operation
-
combination of a convertable value and its unit
- IConverter<FROM,TO> - Interface in de.tsl2.nano.util.operation
-
to convert from one to another object. we use the names from and to. synonyms would be:
from = source, min, begin
to = destination, max, end, until
- intersects(IRange<T>) - Method in class de.tsl2.nano.util.operation.CRange
-
Determines if a given period intersects the range.
- intersects(T, T) - Method in class de.tsl2.nano.util.operation.CRange
-
Another variant of intersection check (save range construction).
- IOperable<T> - Interface in de.tsl2.nano.util.operation
-
base for comparable objects like numbers, dates, strings - but for any other objects, too - to provide some standard
operations.
- IParser<INPUT> - Interface in de.tsl2.nano.util.parser
-
Defines all methods to create a simple parser. the parser is independent of a type like string - so extensions are
portable to other systems or languages.
- IRange<T> - Interface in de.tsl2.nano.util.operation
-
- isEmpty(INPUT) - Method in interface de.tsl2.nano.util.parser.IParser
-
isEmpty
- isEmpty(INPUT) - Method in class de.tsl2.nano.util.parser.Parser
-
isEmpty
- isGreater(T) - Method in interface de.tsl2.nano.util.operation.IOperable
-
returns true, if the current value is greater than the given operand value
- isGreater(T) - Method in class de.tsl2.nano.util.operation.Operable
-
returns true, if the current value is greater than the given operand value
- isLower(T) - Method in interface de.tsl2.nano.util.operation.IOperable
-
returns true, if the current value is lower than the given operand value
- isLower(T) - Method in class de.tsl2.nano.util.operation.Operable
-
returns true, if the current value is lower than the given operand value
- IUnit<U> - Interface in de.tsl2.nano.util.operation
-