A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

T

TAG_CLOSE_PREFIX - Static variable in class org.jutil.xml.message.DefaultMessageWriter
 
TAG_EMPTY_SUFFIX - Static variable in class org.jutil.xml.message.DefaultMessageWriter
 
TAG_OPEN_PREFIX - Static variable in class org.jutil.xml.message.DefaultMessageWriter
 
TAG_SUFFIX - Static variable in class org.jutil.xml.message.DefaultMessageWriter
 
TArray - Class in org.jutil
This is the TArray utility code class.
TArray() - Constructor for class org.jutil.TArray
Ensure that no one can create instances of this Class.
TAssert - Class in org.jutil.debug
This is the debug version TAssert utility code class.
TAssert - Class in org.jutil
This is the TAssert utility code class.
TAssert() - Constructor for class org.jutil.TAssert
Ensure that no one can create instances of this Class.
TAssertRuntime - Class in org.jutil.debug
This is the TAssertRuntime utility code class.
TClass - Class in org.jutil
This is the TClass utility code class.
TClass() - Constructor for class org.jutil.TClass
Ensure that no one can create instances of this Class.
TCollection - Class in org.jutil
This is the TAssert utility code class.
TCollection() - Constructor for class org.jutil.TCollection
Ensure that no one can create instances of this Class.
TCrypt - Class in org.jutil
This is the TCrypt utility code class.
TCrypt() - Constructor for class org.jutil.TCrypt
Ensure that no one can create instances of this Class.
TDate - Class in org.jutil
This is the TDate utility code class.
TDate() - Constructor for class org.jutil.TDate
Ensure that no one can create instances of this Class.
TEmail - Class in org.jutil
This is the TEmail utility class.
TEmail() - Constructor for class org.jutil.TEmail
 
TernarySearchTree - Class in org.jutil.collections
This is the interface that an object store implements.
TernarySearchTree() - Constructor for class org.jutil.collections.TernarySearchTree
 
TernarySearchTreeNode - Class in org.jutil.collections
This is the interface that an object store implements.
TernarySearchTreeNode() - Constructor for class org.jutil.collections.TernarySearchTreeNode
 
TernarySearchTreeNode(char, TernarySearchTreeNode) - Constructor for class org.jutil.collections.TernarySearchTreeNode
 
TestTools - Class in org.jutil.tests
 
TestTools() - Constructor for class org.jutil.tests.TestTools
Creates a new instance of TestTools
TException - Class in org.jutil
This is the TException utility code class.
TException() - Constructor for class org.jutil.TException
Ensure that no one can create instances of this Class.
TextValue - Interface in org.jutil.text
 
TFile - Class in org.jutil
This is the TFile utility code class.
TFile() - Constructor for class org.jutil.TFile
Ensure that no one can create instances of this Class.
TFTP - Class in org.jutil
This is the TFTP utility code class.
TFTP() - Constructor for class org.jutil.TFTP
Ensure that no one can create instances of this Class.
TGrep - Class in org.jutil
This is the TGrep utility code class.
TGrep() - Constructor for class org.jutil.TGrep
 
tick(long) - Static method in class org.jutil.TTime
USAGE: org.jutil.TTime.tick(long ms)
timeElaspsed(long) - Static method in class org.jutil.TTime
USAGE: org.jutil.TTime.timeElaspsed(long time); long timeStarted = getTime(); { // do some operation code here ...
timeElaspsedToString(long) - Static method in class org.jutil.TTime
USAGE: org.jutil.TTime.timeElaspsed(long time); long timeStarted = getTime(); { // do some operation code here ...
TimePeriod - Class in org.jutil.util
 
TimePeriod() - Constructor for class org.jutil.util.TimePeriod
 
TimePeriod(Timestamp, Timestamp) - Constructor for class org.jutil.util.TimePeriod
 
TNet - Class in org.jutil
This is the TNet utility code class.
TNet() - Constructor for class org.jutil.TNet
Ensure that no one can create instances of this Class.
TNum - Class in org.jutil
This is the TNum utility code class.
TNum() - Constructor for class org.jutil.TNum
Ensure that no one can create instances of this Class.
toArray(String) - Static method in class org.jutil.TString
converts a java.lang.String to a java.lang.String[] splitting
on the default ',' char
toArray(String, char) - Static method in class org.jutil.TString
toArray converts a java.lang.String to a java.lang.String[]
splitting on the delim char
toArray(StringBuffer) - Static method in class org.jutil.TStringBuffer
toArray converts a String to a String[] splitting on the default ',' char
usage: org.jutil.TStringBuffer.toArray("item1,item2,item3");
toArray(StringBuffer, char) - Static method in class org.jutil.TStringBuffer
toArray converts a String to a String[] splitting on the delim char
usage: org.jutil.TStringBuffer.toArray("item1,item2,item3", ',');
tob(String) - Static method in class org.jutil.TString
Convert String to boolean value
tob(String, boolean) - Static method in class org.jutil.TString
Convert String to boolean value
TObject - Class in org.jutil
This is the TObject utility code class.
TObject() - Constructor for class org.jutil.TObject
Ensure that no one can create instances of this Class.
toBoolean(String) - Static method in class org.jutil.TString
Convert String to Boolean value
toBoolean(String, boolean) - Static method in class org.jutil.TString
Convert String to Boolean value
toBytes(Object) - Static method in class org.jutil.TObject
 
tod(String) - Static method in class org.jutil.TString
Convert String to double value:
tod(String, double) - Static method in class org.jutil.TString
Convert String to double value
toDouble(String) - Static method in class org.jutil.TString
Convert String to Double value
toDouble(String, double) - Static method in class org.jutil.TString
Convert String to Double
tof(String) - Static method in class org.jutil.TString
Convert String to float value:
tof(String, float) - Static method in class org.jutil.TString
Convert String to float value
toFile(Key, Object, File) - Static method in class org.jutil.TCrypt
 
toFile(Key, Object, File, String, String) - Static method in class org.jutil.TCrypt
 
toFloat(String) - Static method in class org.jutil.TString
Convert String to Float value
toFloat(String, float) - Static method in class org.jutil.TString
Convert String to Float
toGMTString(long) - Static method in class org.jutil.TTime
USAGE: org.jutil.TTime.toGMTString(long time); formats long time to cookie GMT String
Wed, 01 Jan 2020 12:00:00 GMT
toGZipBytes(Object) - Static method in class org.jutil.TObject
 
toi(String) - Static method in class org.jutil.TString
Convert String to int value
toi(String, int) - Static method in class org.jutil.TString
Convert String to int value
toInteger(String) - Static method in class org.jutil.TString
Convert String to Integer value
toInteger(String, int) - Static method in class org.jutil.TString
Convert String to Integer
toISO8061DateTimeString(long) - Static method in class org.jutil.TTime
USAGE: org.jutil.TTime.toISO8061DateTimeString(long time); formats long time to to ISO8061 DateTime String
"yyyy-MM-ddTHH:mm:ss" => 2007-04-03T20:56:13
toISO8061DateTimeString(long, boolean) - Static method in class org.jutil.TTime
damm this should be ISO8601 USAGE: org.jutil.TTime.toISO8061DateTimeString(long time, boolean incTimeZone); formats long time to to ISO8061 DateTime String with timezone
#NOTE Time zone portion has NOT been tested "yyyy-MM-ddTHH:mm:ss" => 2007-04-03T20:56:13 "yyyy-MM-ddTHH:mm:ss:zz" => 2007-04-03T20:56:13:GMT+10:00
toISO8061DateTimeString(Calendar, boolean) - Static method in class org.jutil.TTime
 
toISO8061DateTimeString(Date, boolean) - Static method in class org.jutil.TTime
 
tol(String) - Static method in class org.jutil.TString
Convert String to long value:
tol(String, long) - Static method in class org.jutil.TString
Convert String to long value
toLong(String) - Static method in class org.jutil.TString
Convert String to Long value
toLong(String, long) - Static method in class org.jutil.TString
Convert String to Long
toMap(String[]) - Static method in class org.jutil.TStringArray
usage: org.jutil.TStringArray.toMap(array, '=');
toMap(String[], char) - Static method in class org.jutil.TStringArray
usage: org.jutil.TStringArray.toMap(array, '=');
toObjectArray(String) - Static method in class org.jutil.TString
 
toProperties(String[]) - Static method in class org.jutil.TStringArray
Convert a String[] containing key/value strings "key=value" to a Properties usage: org.jutil.TStringArray.toProperties(array);
toSecString(long) - Static method in class org.jutil.TTime
USAGE: org.jutil.TTime.toSecString(long time);
toSimpleDateFormat(Date, String) - Static method in class org.jutil.TDate
USAGE: org.jutil.TDate.toSimpleDateFormat(long time, final String format); org.jutil.TDate.toSimpleDateFormat(new Date(), "dd mm yyyy");
toSimpleDateFormat(long, String) - Static method in class org.jutil.TTime
USAGE: org.jutil.TTime.toSimpleDateFormat(long time, final String format); org.jutil.TTime.toSimpleDateFormat(time, "dd MM yyyy");
toSimpleString(long) - Static method in class org.jutil.TTime
USAGE: org.jutil.TTime.toSimpleString(long time);
toString() - Method in class org.jutil.collections.AssocHashtable
Returns a rather long string representation of this hashtable.
toString() - Method in class org.jutil.compare.GreaterThan
 
toString() - Method in class org.jutil.compare.HashComparator
 
toString() - Method in class org.jutil.compare.LessThan
 
toString() - Method in class org.jutil.compare.ObjectComparator
 
toString() - Method in class org.jutil.compare.StringContains
 
toString() - Method in class org.jutil.compare.StringEndsWith
 
toString() - Method in class org.jutil.compare.StringEqualsIgnoreCase
 
toString() - Method in class org.jutil.compare.StringNotEmpty
 
toString() - Method in class org.jutil.compare.StringStartsWith
 
toString() - Method in class org.jutil.io.FileNameContainsFilter
 
toString() - Method in class org.jutil.io.FileNameEndsWithFilter
 
toString() - Method in class org.jutil.io.MultiWildCardFilter
 
toString() - Method in class org.jutil.io.RegexFilter
 
toString() - Method in class org.jutil.io.VersionImpl
 
toString() - Method in class org.jutil.io.WildCardFilter
 
toString() - Method in class org.jutil.net.Get
 
toString() - Method in class org.jutil.net.Post
 
toString(Object[]) - Static method in class org.jutil.TArray
Concat an Object[] to a String dividing with the delim char ',', using the objects default .toString() method
toString(Object[], char) - Static method in class org.jutil.TArray
Concat an Object[] to a String dividing with the delim char, using the objects default .toString()
toString(byte[]) - Static method in class org.jutil.TArray
usage: String str = org.jutil.TByteArray.toString(array0);
toString(byte[], String) - Static method in class org.jutil.TArray
usage: String str = org.jutil.TByteArray.toString(array0, "iso-8859-1");
toString() - Method in class org.jutil.text.html.Element
 
toString() - Method in class org.jutil.text.html.Input
 
toString() - Method in class org.jutil.text.html.InputCountry
 
toString() - Method in class org.jutil.text.html.InputCreditCardMonth
 
toString() - Method in class org.jutil.text.html.InputCreditCardType
 
toString() - Method in class org.jutil.text.html.InputCreditCardYear
 
toString() - Method in class org.jutil.text.html.InputDate
 
toString() - Method in class org.jutil.text.html.Select
 
toString(Properties) - Static method in class org.jutil.TProperties
usage: org.jutil.TProperties.toString(System.getProperties());
toString(String[]) - Static method in class org.jutil.TStringArray
Concat a String[] to a String dividing with the default delim char ','
usage: org.jutil.TStringArray.toString(array);
toString(String[], char) - Static method in class org.jutil.TStringArray
Concat a String[] to a String dividing with the delim char
usage: org.jutil.TStringArray.toString(array, ',');
toString(long) - Static method in class org.jutil.TTime
USAGE: org.jutil.TTime.toString(long time);
toString() - Method in class org.jutil.unique.GUID
 
toString() - Method in class org.jutil.unique.UID
 
toString() - Method in class org.jutil.util.Arg
 
toString() - Method in class org.jutil.util.DynamicProperties
 
toString() - Method in class org.jutil.util.Pair
 
toString() - Method in class org.jutil.xml.message.DefaultMessage
 
toStringArray(Collection) - Static method in class org.jutil.TCollection
Convert Collection to a String[], uses object toString() method to convert usage: org.jutil.TCollection.toStringArray(coll);
toStringArray(Map) - Static method in class org.jutil.TCollection
Convert a Map to a String[], uses key and values toString() method to convert and uses an = as a sperator usage: org.jutil.TCollection.toStringArray(map);
toStringArray(Properties) - Static method in class org.jutil.TProperties
 
toStringAttributes() - Method in class org.jutil.text.html.Element
 
toStringAttributes() - Method in class org.jutil.text.html.InputCountry
 
toStringAttributes() - Method in class org.jutil.text.html.InputCreditCardMonth
 
toStringAttributes() - Method in class org.jutil.text.html.InputCreditCardType
 
toStringAttributes() - Method in class org.jutil.text.html.InputCreditCardYear
 
toStringAttributes() - Method in class org.jutil.text.html.InputDate
 
touch(File) - Static method in class org.jutil.TFile
Set the file's LastModified value, uses Current System time org.jutil.TFile.touch(File file);
touch(File, long) - Static method in class org.jutil.TFile
Set the file's LastModified value org.jutil.TFile.touch(File file, long timeStamp);
toURL() - Method in class org.jutil.net.Get
 
toW3cDomDocument(Document) - Static method in class org.jutil.xml.util.JDomUtils
 
TPop3 - Class in org.jutil
 
TPop3() - Constructor for class org.jutil.TPop3
 
TProperties - Class in org.jutil
This is the TProperties utility code class.
TProperties() - Constructor for class org.jutil.TProperties
this class is now creatable to be used in velocity context.put("tprops", new TProperties()); #set( $props = $tprops.create() )
trace(String) - Method in class org.jutil.io.DefaultIOMonitor
 
trace(String, Throwable) - Method in class org.jutil.io.DefaultIOMonitor
 
trace(String) - Method in interface org.jutil.io.IOMonitor
 
trace(String, Throwable) - Method in interface org.jutil.io.IOMonitor
 
trace(String) - Method in class org.jutil.io.PrintStreamTraceWriter
 
trace(String) - Method in interface org.jutil.io.TraceWriter
 
traceCmd(String) - Method in class org.jutil.net.FTPBase
 
TraceWriter - Interface in org.jutil.io
This is the TraceWriter class.
TReflect - Class in org.jutil
This is the TReflect utility code class.
TReflect() - Constructor for class org.jutil.TReflect
Ensure that no one can create instances of this Class.
TRep - Class in org.jutil
This is the TRep String replacement utility class.
TRep() - Constructor for class org.jutil.TRep
 
TRuntime - Class in org.jutil
This is the TAssert utility code class.
TRuntime() - Constructor for class org.jutil.TRuntime
Ensure that no one can create instances of this Class.
TString - Class in org.jutil
This is the TString utility code class.
TString() - Constructor for class org.jutil.TString
Ensure that no one can create instances of this Class.
TStringArray - Class in org.jutil
This is the TStringArray utility code class.
TStringArray() - Constructor for class org.jutil.TStringArray
Ensure that no one can create instances of this Class.
TStringBuffer - Class in org.jutil
This is the TStringBuffer utility code class.
TStringBuffer() - Constructor for class org.jutil.TStringBuffer
Ensure that no one can create instances of this Class.
TThread - Class in org.jutil
 
TThread() - Constructor for class org.jutil.TThread
Creates a new instance of TThread
TThrowable - Class in org.jutil
This is the TThrowable utility code class.
TThrowable() - Constructor for class org.jutil.TThrowable
Ensure that no one can create instances of this Class.
TTime - Class in org.jutil
This is the TTime utility code class.
TTime() - Constructor for class org.jutil.TTime
Ensure that no one can create instances of this Class.
TYPE_BOOLEAN - Static variable in class org.jutil.TReflect
 
TYPE_BYTE - Static variable in class org.jutil.TReflect
 
TYPE_CHARACTER - Static variable in class org.jutil.TReflect
 
TYPE_DOUBLE - Static variable in class org.jutil.TReflect
 
TYPE_FLOAT - Static variable in class org.jutil.TReflect
 
TYPE_INTEGER - Static variable in class org.jutil.TReflect
 
TYPE_LONG - Static variable in class org.jutil.TReflect
 
TYPE_PRIMITIVE_BOOLEAN - Static variable in class org.jutil.TReflect
 
TYPE_PRIMITIVE_BYTE - Static variable in class org.jutil.TReflect
 
TYPE_PRIMITIVE_CHARACTER - Static variable in class org.jutil.TReflect
 
TYPE_PRIMITIVE_DOUBLE - Static variable in class org.jutil.TReflect
 
TYPE_PRIMITIVE_FLOAT - Static variable in class org.jutil.TReflect
 
TYPE_PRIMITIVE_INTEGER - Static variable in class org.jutil.TReflect
 
TYPE_PRIMITIVE_LONG - Static variable in class org.jutil.TReflect
 
TYPE_PRIMITIVE_SHORT - Static variable in class org.jutil.TReflect
 
TYPE_PRIMITIVE_VOID - Static variable in class org.jutil.TReflect
 
TYPE_SHORT - Static variable in class org.jutil.TReflect
 
TYPE_STRING - Static variable in class org.jutil.TReflect
 
TYPE_VOID - Static variable in class org.jutil.TReflect
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z