Uses of Class
javatools.datatypes.Triple

Packages that use Triple
javatools.parsers   
 

Uses of Triple in javatools.parsers
 

Methods in javatools.parsers that return types with arguments of type Triple
static java.util.Collection<Triple<java.lang.String,java.lang.Integer,java.lang.Integer>> DateParser.getAllDatePositions(java.lang.CharSequence s)
          Returns all the dates values and their position in the text
static java.util.Collection<Triple<java.lang.String,java.lang.Integer,java.lang.Integer>> DateParser.getAllDatePositions(java.lang.CharSequence s, Language language)
          Returns all the dates values and their position in the text