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 _ 
All Classes All Packages

T

T0 - Static variable in class Torello.Java.Additional.Tuple0
This is the singleton instance of this class.
TA - Torello.Languages.LC
Language: Tamil
tableClose - Variable in class Torello.JavaDoc.SummaryTableHTML
The closing </TABLE> tag, for a Summary-Section Table
tableOpen - Variable in class Torello.JavaDoc.SummaryTableHTML
The opening <TABLE> tag, for a Summary-Section Table
tableTR(Vector<HTMLNode>, DotPair, ObjIntConsumer<Vector<HTMLNode>>) - Static method in class Torello.HTML.ReplaceNodes
Allows a user to quickly alter each row in an HTML table, iteratively, in a manner that offers a tremendous efficiency-improvement over the HTML Iterator's in the Node Seach Package.
tableType - Variable in class Torello.JavaDoc.SummaryTableHTML
Indicates what type of Summary-Table this is (Methods, Fields, Constructor's, etc).
tabsToSpace(String, int) - Static method in class Torello.Java.StrIndent
This will replaced leading tabs for each line of text in a source code file with a specified number of spaces.
tag - Variable in class Torello.Browser.CSS.FontVariationAxis
The font-variation-setting tag (a.k.a.
TagNode - Class in Torello.HTML
Represents an HTML Element Tag, and is the flagship class of the Java-HTML Library.
TagNode(String) - Constructor for class Torello.HTML.TagNode
TagNode(String, Properties, Iterable<String>, SD, boolean) - Constructor for class Torello.HTML.TagNode
TagNode(String, Properties, SD, boolean) - Constructor for class Torello.HTML.TagNode
Convenience Constructor.
TagNodeCount - Class in Torello.HTML.NodeSearch
Counts the number HTML-Tags inside of Vectorized-HTML which match a user-provided search based on the Tag's Name and whether the Tag is an Opening or Closing Tag.
TagNodeExpectedException - Exception in Torello.HTML
If an HTML-Page Vector index-position is expected to contain a TagNode but it turns out to be an instanceof TextNode or, possibly, CommentNode - then this exception should throw.
TagNodeExpectedException() - Constructor for exception Torello.HTML.TagNodeExpectedException
Constructs a TagNodeExpectedException with no detail message.
TagNodeExpectedException(int) - Constructor for exception Torello.HTML.TagNodeExpectedException
Builds a new exception with a consistently worded error message.
TagNodeExpectedException(String) - Constructor for exception Torello.HTML.TagNodeExpectedException
Constructs a TagNodeExpectedException with the specified detail message.
TagNodeExpectedException(String, Throwable) - Constructor for exception Torello.HTML.TagNodeExpectedException
Constructs a new exception with the specified detail message and cause.
TagNodeExpectedException(Throwable) - Constructor for exception Torello.HTML.TagNodeExpectedException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
TagNodeFind - Class in Torello.HTML.NodeSearch
Searches an HTML-Vector for HTML-Tag's that match a specified search-criteria based on Tag-Name and whether the Tag is an opening or closing tag, and returns the Vector-indices for those matches.
TagNodeFindInclusive - Class in Torello.HTML.NodeSearch
Searches for Vector-indices of TagNode matches using exactly the same criteria offered by class TagNodeFind, but also retrieves the corresponding Closing-Tag indices from the Vector, and returns both as an instance of DotPair (a sublist-pointer).
TagNodeFindL1Inclusive - Class in Torello.HTML.NodeSearch
Similar to TagNodeFindInclusive, this class searches Vectorized-HTML for TagNode matches, and returns the opening and closing Tag-Indices of each match (as an instance of DotPair); however, any matches that overlap each-other are eliminated from the returned result-list.
TagNodeGet - Class in Torello.HTML.NodeSearch
Searches an HTML-Vector for HTML-Tag matches based on Tag-Name and whether or not the Tag is an Opening-Tag, and then returns those matches as instances of TagNode.
TagNodeGetInclusive - Class in Torello.HTML.NodeSearch
Searches for TagNode matches using exactly the same criteria offered by class TagNodeGet, but also retrieves the corresponding Closing-Tag from the Vector, and return a new HTML-Vector containing this sublist.
TagNodeGetL1Inclusive - Class in Torello.HTML.NodeSearch
Similar to TagNodeGetInclusive, this class searches Vectorized-HTML for TagNode matches, and returns the Opening-Tag, the Closing-Tag and all nodes between them as sub-lists (instances of Vector<HTMLNode>); however, any matches that overlap each-other are eliminated from the result-list.
TagNodeInclusiveIterator - Class in Torello.HTML.NodeSearch
Static methods for building an HNLIInclusive (which also extends the basic Iterator) for retrieving sub HTML-Vector's via user-provided match-critera that specify the HTML Tag-Name..
TagNodeIndex - Class in Torello.HTML
This is a simple data-class whose primary reason for development was to provide a way for the NodeSearch Package classes to simultaneously return both a TagNode instance, and a Vector-index location (for that node) - at the same time - when searching HTML web-pages for HTML tags.
TagNodeIndex(int, TagNode) - Constructor for class Torello.HTML.TagNodeIndex
Constructor for this class.
TagNodeIterator - Class in Torello.HTML.NodeSearch
Static methods for building and instantiating an HNLI<TagNode> (which extends the basic iterator class) for iterating the tags inside of an HTML-Vector, using explicitly provided match-specifications.
TagNodePeek - Class in Torello.HTML.NodeSearch
Searches an HTML-Vector for HTML-Tag's that match a specified search-criteria based on Tag-Name and whether the Tag is an opening or closing tag, and returns both the Vector-index and the Tag itself (as instances of TagNodeIndex).
TagNodePeekInclusive - Class in Torello.HTML.NodeSearch
Searches for TagNode matches, using exactly the same criteria offered by class TagNodePeek, but also retrieves the corresponding Closing-Tag from the Vector, and returns them, all nodes & between them, and their corresponding Vector-index locations as a SubSection.
TagNodePeekL1Inclusive - Class in Torello.HTML.NodeSearch
Retrieves matches using exactly the same logic as both the class TagNodeGetL1Inclusive and TagNodeFindL1Inclusive, however this class returns both the sub-list end-points (DotPair) and the nodes themselves (Vector<HTMLNode>) as an instance of SubSection.
TagNodePoll - Class in Torello.HTML.NodeSearch
Extracts and returns Tags from an HTML-Vector that match a user-specified criteria based on Tag-Name and whether the tag is an openning or closing tag.
TagNodePollInclusive - Class in Torello.HTML.NodeSearch
Searches for TagNode matches, using exactly the same criteria offered by class TagNodePoll, but also obtains the corresponding Closing-Tags from the input-Vector and, subsequently, extracts these sublists from the input-Vector and then returns the sublists as new instances of Vector<HTMLNode>.
TagNodeRemove - Class in Torello.HTML.NodeSearch
Removes all HTML-Tag's from Vectorized-HTML that match a search-criteria based on Tag-Name and whether the tag is an Opening-Tag or Closing-Tag, then returns a count of the number of tags that were removed.
TagNodeRemoveInclusive - Class in Torello.HTML.NodeSearch
Finds TagNode matches, and removes them with exactly the same means as class TagNodeRemove but, additionally, finds the corresponding matching Closing-TagNode and continues by removing that node, as well as every node situated between the two.
tagNodes(Vector<HTMLNode>) - Static method in class Torello.HTML.Util.Count
Convenience Method.
tagNodes(Vector<HTMLNode>, int, int) - Static method in class Torello.HTML.Util.Count
Counts the number of TagNode's in a Vector<HTMLNode> between the demarcated array / Vector positions.
tagNodes(Vector<HTMLNode>, DotPair) - Static method in class Torello.HTML.Util.Count
Convenience Method.
tailMap(K) - Method in interface Torello.Java.ReadOnly.ReadOnlyNavigableMap
Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in interface Torello.Java.ReadOnly.ReadOnlySortedMap
Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in class Torello.Java.ReadOnly.ReadOnlyTreeMap
 
tailMap(K) - Method in class Torello.Java.ReadOnly.ROTreeMapBuilder
Restricts a back-door into the underlying data-structure.
tailMap(K, boolean) - Method in interface Torello.Java.ReadOnly.ReadOnlyNavigableMap
Returns a view of the portion of this map whose keys are greater than (or equal to, if inclusive is true) fromKey.
tailMap(K, boolean) - Method in class Torello.Java.ReadOnly.ReadOnlyTreeMap
 
tailMap(K, boolean) - Method in class Torello.Java.ReadOnly.ROTreeMapBuilder
Restricts a back-door into the underlying data-structure.
tailSet(E) - Method in interface Torello.Java.ReadOnly.ReadOnlyNavigableSet
Returns a view of the portion of this set whose elements are greater than or equal to fromElement.
tailSet(E) - Method in interface Torello.Java.ReadOnly.ReadOnlySortedSet
Returns a view of the portion of this set whose elements are greater than or equal to fromElement.
tailSet(E) - Method in class Torello.Java.ReadOnly.ReadOnlyTreeSet
 
tailSet(E) - Method in class Torello.Java.ReadOnly.ROTreeSetBuilder
Restricts a back-door into the underlying data-structure.
tailSet(E, boolean) - Method in interface Torello.Java.ReadOnly.ReadOnlyNavigableSet
Returns a view of the portion of this set whose elements are greater than (or equal to, if inclusive is true) fromElement.
tailSet(E, boolean) - Method in class Torello.Java.ReadOnly.ReadOnlyTreeSet
 
tailSet(E, boolean) - Method in class Torello.Java.ReadOnly.ROTreeSetBuilder
Restricts a back-door into the underlying data-structure.
Taiwan - Torello.Java.Country
Country Named: Taiwan
Tajikistan - Torello.Java.Country
Country Named: Tajikistan
takeComputedStyleUpdates() - Static method in class Torello.Browser.CSS
Polls the next batch of computed style updates.
takeCoverageDelta() - Static method in class Torello.Browser.CSS
Obtain list of rules that became used since last call to this method (or since start of coverage instrumentation)
takeHeapSnapshot(Boolean, Boolean, Boolean) - Static method in class Torello.Browser.HeapProfiler
[No Description Provided by Google]
takePreciseCoverage() - Static method in class Torello.Browser.Profiler
Collect coverage data for the current isolate, and resets execution counters.
takeResponseBodyAsStream(String) - Static method in class Torello.Browser.Fetch
Returns a handle to the stream representing the response body.
takeResponseBodyForInterceptionAsStream(String) - Static method in class Torello.Browser.Network
Returns a handle to the stream representing the response body.
takeTypeProfile() - Static method in class Torello.Browser.Profiler
Collect type profile.
tangentialPressure - Variable in class Torello.Browser.Input.TouchPoint
The normalized tangential pressure, which has a range of [-1,1] (default: 0).
Tanzania - Torello.Java.Country
Country Named: Tanzania
TAR(String...) - Method in class Torello.Java.Shell
Runs the UNIX / BASH / LINUX 'shell' command: tar $ tar <args[0]> <args[1]> ... <args[args.length-1]>
TAR_FILE - Variable in class Torello.Java.Build.Builder
The Computed File-Name for the Project-Wide '.tar' Backup-File.
TAR_JAR_DIVIDER - Static variable in class Torello.Java.Build.Printing
 
TAR_SOURCE_DIR - Variable in class Torello.Java.Build.Builder
This class specifies the Root Source-Code Directory containing all '.java' Files, '.class' Files, and any configurations needed for the build.
TAR_SOURCE_DIR - Variable in class Torello.Java.Build.Config
Source-Directory to be used as root directory for archiving
Target - Class in Torello.Browser
Supports additional targets discovery and allows to attach to them.
Target.attachedToTarget - Class in Torello.Browser
Issued when attached to target because of auto-attach or attachToTarget command.
Target.detachedFromTarget - Class in Torello.Browser
Issued when detached from target for any reason (including detachFromTarget command).
Target.receivedMessageFromTarget - Class in Torello.Browser
Notifies about a new protocol message received from the session (as reported in attachedToTarget event).
Target.RemoteLocation - Class in Torello.Browser
[No Description Provided by Google]

EXPERIMENTAL
Target.targetCrashed - Class in Torello.Browser
Issued when a target has crashed.
Target.targetCreated - Class in Torello.Browser
Issued when a possible inspection target is created.
Target.targetDestroyed - Class in Torello.Browser
Issued when a target is destroyed.
Target.TargetInfo - Class in Torello.Browser
[No Description Provided by Google]
Target.targetInfoChanged - Class in Torello.Browser
Issued when some information about a target has changed.
targetCrashed(String, String, int) - Constructor for class Torello.Browser.Target.targetCrashed
Constructor
targetCrashed(JsonObject) - Constructor for class Torello.Browser.Inspector.targetCrashed
JSON Object Constructor
targetCrashed(JsonObject) - Constructor for class Torello.Browser.Target.targetCrashed
JSON Object Constructor
targetCreated(JsonObject) - Constructor for class Torello.Browser.Target.targetCreated
JSON Object Constructor
targetCreated(Target.TargetInfo) - Constructor for class Torello.Browser.Target.targetCreated
Constructor
targetDestroyed(String) - Constructor for class Torello.Browser.Target.targetDestroyed
Constructor
targetDestroyed(JsonObject) - Constructor for class Torello.Browser.Target.targetDestroyed
JSON Object Constructor
targetDirectory - Variable in class Torello.HTML.Tools.Images.Request
When this configuration-field is non-null, this String parameter is used to identify the file-system directory to where downloaded image-files are to be saved.
targetDirectory - Variable in class Torello.Java.HiLiteMe.Params
This is the target directory for where the output '.html' files will be sent.
targetDirectoryRetriever - Variable in class Torello.HTML.Tools.Images.Request
Allows a user to specify where to save an Image-File after being downloaded.
targetId - Variable in class Torello.Browser.ServiceWorker.ServiceWorkerVersion
[No Description Provided by Google]

OPTIONAL
targetId - Variable in class Torello.Browser.Target.detachedFromTarget
Deprecated.
targetId - Variable in class Torello.Browser.Target.receivedMessageFromTarget
Deprecated.
targetId - Variable in class Torello.Browser.Target.targetCrashed
[No Description Provided by Google]
targetId - Variable in class Torello.Browser.Target.targetDestroyed
[No Description Provided by Google]
targetId - Variable in class Torello.Browser.Target.TargetInfo
[No Description Provided by Google]
targetInfo - Variable in class Torello.Browser.Target.attachedToTarget
[No Description Provided by Google]
targetInfo - Variable in class Torello.Browser.Target.targetCreated
[No Description Provided by Google]
targetInfo - Variable in class Torello.Browser.Target.targetInfoChanged
[No Description Provided by Google]
TargetInfo(String, String, String, String, boolean, String, boolean, String, String) - Constructor for class Torello.Browser.Target.TargetInfo
Constructor
TargetInfo(JsonObject) - Constructor for class Torello.Browser.Target.TargetInfo
JSON Object Constructor
targetInfoChanged(JsonObject) - Constructor for class Torello.Browser.Target.targetInfoChanged
JSON Object Constructor
targetInfoChanged(Target.TargetInfo) - Constructor for class Torello.Browser.Target.targetInfoChanged
Constructor
targetOrigin - Variable in class Torello.Browser.Audits.WasmCrossOriginModuleSharingIssueDetails
[No Description Provided by Google]
targetReloadedAfterCrash(JsonObject) - Constructor for class Torello.Browser.Inspector.targetReloadedAfterCrash
JSON Object Constructor
TC - Enum in Torello.HTML
Tag Criteria - An enumeration that allows a user to specify which type of tag's are being requested when searching a web-page for HTML-Tags.
TC(TextComparitor, String...) - Static method in class Torello.HTML.NodeSearch.ARGCHECK
Internally Used.
TC_CNP(TextComparitor, String...) - Static method in class Torello.HTML.NodeSearch.ARGCHECK
Internally Used.
TC_TXNP(TextComparitor, String...) - Static method in class Torello.HTML.NodeSearch.ARGCHECK
Internally Used.
TCCompareStrException - Exception in Torello.HTML.NodeSearch
'Text-Comparitor Compare-String Exception' is thrown by the argument marshalling and validity checking code when attempts are made to search HTML-Vector's using an invalid input-String[] parameter.
TCCompareStrException(String, String[], int) - Constructor for exception Torello.HTML.NodeSearch.TCCompareStrException
Constructs a new exception with the specified detail message, and the two public, final parameters: compareStr and i.
TCCompareStrException(String, Throwable, String[], int) - Constructor for exception Torello.HTML.NodeSearch.TCCompareStrException
Constructs a new exception with the specified detail message, cause-chain throwable, and the two public, final parameters: compareStr and i.
TE - Torello.Languages.LC
Language: Telugu
templateContent - Variable in class Torello.Browser.DOM.Node
Content document fragment for template elements.
terminateExecution() - Static method in class Torello.Browser.RunTime
Terminate current or next JavaScript execution.
test(boolean) - Method in interface Torello.Java.Function.BoolPredicate
Evaluates this predicate on the given argument.
test(byte) - Method in interface Torello.Java.Function.BytePredicate
Evaluates this predicate on the given argument.
test(char) - Method in interface Torello.Java.Function.CharPredicate
Evaluates this predicate on the given argument.
test(float) - Method in interface Torello.Java.Function.FloatPredicate
Evaluates this predicate on the given argument.
test(int, boolean) - Method in interface Torello.Java.Function.IntBoolPredicate
Evaluates this predicate on the given arguments.
test(int, byte) - Method in interface Torello.Java.Function.IntBytePredicate
Evaluates this predicate on the given arguments.
test(int, char) - Method in interface Torello.Java.Function.IntCharPredicate
Evaluates this predicate on the given arguments.
test(int, double) - Method in interface Torello.Java.Function.IntDoublePredicate
Evaluates this predicate on the given arguments.
test(int, float) - Method in interface Torello.Java.Function.IntFloatPredicate
Evaluates this predicate on the given arguments.
test(int, int) - Method in interface Torello.Java.Function.BiIntPredicate
Evaluates this predicate on the given arguments.
test(int, long) - Method in interface Torello.Java.Function.IntLongPredicate
Evaluates this predicate on the given arguments.
test(int, short) - Method in interface Torello.Java.Function.IntShortPredicate
Evaluates this predicate on the given arguments.
test(short) - Method in interface Torello.Java.Function.ShortPredicate
Evaluates this predicate on the given argument.
test(A, B, C) - Method in interface Torello.Java.Function.TriPredicate
Evaluates "this" predicate on the given arguments.
test(A, B, C, D) - Method in interface Torello.Java.Function.QuadPredicate
Evaluates "this" predicate on the given arguments.
test(A, B, C, D, E) - Method in interface Torello.Java.Function.QuintPredicate
Evaluates "this" predicate on the given arguments.
test(A, B, C, D, E, F) - Method in interface Torello.Java.Function.HexPredicate
Evaluates "this" predicate on the given arguments.
test(Object) - Method in interface Torello.Java.StrFilter


This method will receive a java.lang.Object.
test(String, boolean) - Method in interface javax.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
test(String, int) - Method in interface javax.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
test(String, String) - Method in interface javax.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
test(String, String) - Method in interface Torello.Java.SearchAndPrint
test(String, String[]) - Method in interface Torello.HTML.NodeSearch.TextComparitor
test(String, JsonValue) - Method in interface javax.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
test(URL) - Method in interface Torello.HTML.URLFilter


This method will receive a URL. The purpose of this method is to provide an easy means to filter certain URL's from a URL-generating list.
test(TagNode) - Method in interface Torello.HTML.NodeSearch.AVT
FUNCTIONAL-INTERFACE BOOLEAN METHOD: This is the method that fulfils this functional-interface 'test' method.
test(FileNode) - Method in interface Torello.Java.FileNodeFilter
TEST - javax.json.JsonPatch.Operation
"test" operation.
testAUC() - Static method in class Torello.Languages.ZH
 
testAV(String, String) - Method in class Torello.HTML.TagNode
Convenience Method.
testAV(String, Predicate<String>) - Method in class Torello.HTML.TagNode
testAV(String, Pattern) - Method in class Torello.HTML.TagNode
Convenience Method.
testAV(String, TextComparitor, String...) - Method in class Torello.HTML.TagNode
Convenience Method.
Tethering - Class in Torello.Browser
The Tethering domain defines methods and events for browser port binding.
Tethering.accepted - Class in Torello.Browser
Informs that port was successfully bound and got a specified connection id.
text - Variable in class Torello.Browser.Accessibility.AXRelatedNode
The text alternative of this node in the current context.
text - Variable in class Torello.Browser.Console.ConsoleMessage
Message text.
text - Variable in class Torello.Browser.CSS.CSSContainerQuery
Container query text.
text - Variable in class Torello.Browser.CSS.CSSMedia
Media query text.
text - Variable in class Torello.Browser.CSS.CSSProperty
The full property text as specified in the style.
text - Variable in class Torello.Browser.CSS.SelectorList
Rule selector text.
text - Variable in class Torello.Browser.CSS.StyleDeclarationEdit
New style text.
text - Variable in class Torello.Browser.CSS.Value
Value text.
text - Variable in class Torello.Browser.DOMSnapshot.LayoutTreeSnapshot
Contents of the LayoutText, if any.
text - Variable in class Torello.Browser.Log.LogEntry
Logged text.
text - Variable in class Torello.Browser.RunTime.ExceptionDetails
Exception text, which should be used together with exception object when available.
TEXT - Static variable in class NeoVisionaries.WebSockets.WebSocketOpcode
Opcode for "text frame" (0x1).
TEXT_MESSAGE_CONSTRUCTION_ERROR - NeoVisionaries.WebSockets.WebSocketError
Failed to convert payload data into a string.
textBoxes - Variable in class Torello.Browser.DOMSnapshot.DocumentSnapshot
The post-layout inline text nodes.
TextBoxSnapshot(int[], Number[][], int[], int[]) - Constructor for class Torello.Browser.DOMSnapshot.TextBoxSnapshot
Constructor
TextBoxSnapshot(JsonObject) - Constructor for class Torello.Browser.DOMSnapshot.TextBoxSnapshot
JSON Object Constructor
TextCleaner - Interface in Torello.HTML.Tools.Images
If there is 'HTML Clutter' surrounding the image-html, this functional-interface can be used to eliminate such clutter.
textColorOpacities - Variable in class Torello.Browser.DOMSnapshot.LayoutTreeSnapshot
The list of computed text opacities.
TextComparitor - Interface in Torello.HTML.NodeSearch
A functional-interface / lambda-target that has many pre-instantiated instances that essentially serves a simplified wrappers for the many String search and comparison utilities provided in Torello.Java.
TextNode - Class in Torello.HTML
Represents document text, and is one of only three HTML Element Classes provided by the Java HTML Library Tool, and also oneof the three classes that can be generated by the HTML Parser.
TextNode(String) - Constructor for class Torello.HTML.TextNode
Constructs a new TextNode with internal field String str equal to parameter 's'
TextNodeCount - Class in Torello.HTML.NodeSearch
Counts instances of TextNode that match a search-criteria which may be specified using String-Predicate's, Regular-Expressions or a TextComparitor.
TextNodeExpectedException - Exception in Torello.HTML
If an HTML-Page Vector index-position is expected to contain a TextNode but it turns out to be an instanceof TagNode or, possibly, CommentNode - then this exception should throw.
TextNodeExpectedException() - Constructor for exception Torello.HTML.TextNodeExpectedException
Constructs a TextNodeExpectedException with no detail message.
TextNodeExpectedException(String) - Constructor for exception Torello.HTML.TextNodeExpectedException
Constructs a TextNodeExpectedException with the specified detail message.
TextNodeExpectedException(String, Throwable) - Constructor for exception Torello.HTML.TextNodeExpectedException
Constructs a new exception with the specified detail message and cause.
TextNodeExpectedException(Throwable) - Constructor for exception Torello.HTML.TextNodeExpectedException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
TextNodeFind - Class in Torello.HTML.NodeSearch
Retrieves indices from Vectorized-HTML that index HTML-Text matching a search-criteria specified by String-Predicate's, Regular-Expressions, or a TextComparitor.
TextNodeGet - Class in Torello.HTML.NodeSearch
Retrieves HTML-Document Text from Vectorized-HTML, as instances of TextNode, using a search-criteria that may be specified with String-Predicate's, Regular-Expressions, or a TextComparitor.
TextNodeIndex - Class in Torello.HTML
This is a simple data-class whose primary reason for development was to provide a way for the NodeSearch Package classes to simultaneously return both a TextNode instance, and a Vector-index location (for that node) - at the same time - when searching HTML web-pages for document-text.
TextNodeIndex(int, TextNode) - Constructor for class Torello.HTML.TextNodeIndex
Constructor for this class.
TextNodeIterator - Class in Torello.HTML.NodeSearch
Static methods for building and instantiating an HNLI<TextNode> (which extends the basic iterator class) for iterating the text inside of an HTML-Vector, with the help of a user-provided String-Predicate, Regular Expression or TextComparitor as a search specifier.
TextNodePeek - Class in Torello.HTML.NodeSearch
"Peeks" into Vectorized-HTML for text matching a search-criteria and returns the Vector-index where matches are found, and the TextNode at that Vector-location, as an instance of TextNodeIndex.
TextNodePoll - Class in Torello.HTML.NodeSearch
Both extracts (removes) and returns, from an HTML-Vector, instances of TextNode that match a user provided String-Predicate, Regular Expression or TextComparitor.
TextNodeRemove - Class in Torello.HTML.NodeSearch
Removes TextNode instances from Vectorized-HTML that match a search-criteria specified by a String-Predicate, Regular Expression or TextComparitor.
textNodes(Vector<HTMLNode>) - Static method in class Torello.HTML.Util.Count
Convenience Method.
textNodes(Vector<HTMLNode>, int, int) - Static method in class Torello.HTML.Util.Count
Counts the number of TextNode's in a Vector<HTMLNode> between the demarcated array / Vector positions, 'sPos' and 'ePos'
textNodes(Vector<HTMLNode>, DotPair) - Static method in class Torello.HTML.Util.Count
Convenience Method.
textNodesString(Vector<? extends HTMLNode>) - Static method in class Torello.HTML.Util
Convenience Method.
textNodesString(Vector<? extends HTMLNode>, int, int) - Static method in class Torello.HTML.Util
This will return a String that is comprised of ONLY the TextNode's contained within the input Vector - and furthermore, only nodes that are situated between index int 'sPos' and index int 'ePos' in that Vector.

The for-loop that iterates the input-Vector parameter will simply skip an instance of 'TagNode' and 'CommentNode' when building the output return String..
textNodesString(Vector<? extends HTMLNode>, DotPair) - Static method in class Torello.HTML.Util
Convenience Method.
textStrLength(Vector<? extends HTMLNode>) - Static method in class Torello.HTML.Util
Convenience Method.
textStrLength(Vector<? extends HTMLNode>, int, int) - Static method in class Torello.HTML.Util
This method will return the length of the strings contained by all/only instances of 'TextNode' among the nodes of the input HTML-Vector.
textStrLength(Vector<? extends HTMLNode>, DotPair) - Static method in class Torello.HTML.Util
Convenience Method.
textValue - Variable in class Torello.Browser.DOMSnapshot.DOMNode
Only set for textarea elements, contains the text value.
textValue - Variable in class Torello.Browser.DOMSnapshot.NodeTreeSnapshot
Only set for textarea elements, contains the text value.
TH - Torello.Languages.LC
Language: Thai
Thailand - Torello.Java.Country
Country Named: Thailand
ThreadType - Enum in NeoVisionaries.WebSockets
Types of threads which are created internally in the implementation.
threshold - Variable in class Torello.Browser.Log.ViolationSetting
Time threshold to trigger upon.
thresholdAA - Variable in class Torello.Browser.Audits.LowTextContrastIssueDetails
[No Description Provided by Google]
thresholdAAA - Variable in class Torello.Browser.Audits.LowTextContrastIssueDetails
[No Description Provided by Google]
THROW_ON_ZERO_LENGTH_STRING - Static variable in exception Torello.Java.WritableDirectoryException
This boolean allows a user to decide whether the zero-length String should force an exception throw when passed to this class' WritableDirectoryException.check(String) method.
throwAE_INFINITY(BigDecimal, String, boolean) - Static method in class Torello.Java.JSON.RJInternal
Helper Method that generates an ArithmeticException with a uniformly-consistent exception message
throwAE_INFINITY(JsonNumber, String, boolean) - Static method in class Torello.Java.JSON.RJInternal
Helper Method that generates an ArithmeticException with a uniformly-consistent exception message
throwDecision - Variable in class Torello.Java.Additional.AppendableSafe
If one of the standard ways of avoiding IOException-throws by a Java Appendable has been chosen, this byte-constant will contain the value of one of the three static-constants defined at the top of this class.
throwing() - Method in class Torello.JavaDoc.ReflHTML
Returns an HTML-Vector of the HTML used to display the Throws: segment of a Method or Constructor Detail element.
ticks - Variable in class Torello.Browser.Profiler.PositionTickInfo
Number of samples attributed to the source line.
tiltX - Variable in class Torello.Browser.Input.TouchPoint
The plane angle between the Y-Z plane and the plane containing both the stylus axis and the Y axis, in degrees of the range [-90,90], a positive tiltX is to the right (default: 0)

OPTIONAL
EXPERIMENTAL
tiltY - Variable in class Torello.Browser.Input.TouchPoint
The plane angle between the X-Z plane and the plane containing both the stylus axis and the X axis, in degrees of the range [-90,90], a positive tiltY is towards the user (default: 0).
time - Variable in class Torello.Browser.PerformanceTimeline.TimelineEvent
Time in seconds since Epoch, monotonically increasing within document lifetime.
TIME(String...) - Method in class Torello.Java.Shell
Runs the UNIX / BASH / LINUX 'shell' command: time $ time <args[0]> <args[1]> ... <args[args.length-1]>
timeDeltas - Variable in class Torello.Browser.Profiler.Profile
Time intervals between adjacent samples in microseconds.
TimelineEvent(String, String, String, Number, Number, PerformanceTimeline.LargestContentfulPaint, PerformanceTimeline.LayoutShift) - Constructor for class Torello.Browser.PerformanceTimeline.TimelineEvent
Constructor
TimelineEvent(JsonObject) - Constructor for class Torello.Browser.PerformanceTimeline.TimelineEvent
JSON Object Constructor
timelineEventAdded(JsonObject) - Constructor for class Torello.Browser.PerformanceTimeline.timelineEventAdded
JSON Object Constructor
timelineEventAdded(PerformanceTimeline.TimelineEvent) - Constructor for class Torello.Browser.PerformanceTimeline.timelineEventAdded
Constructor
Timers - Class in Torello.Java.Build
 
timestamp - Variable in class Torello.Browser.BackgroundService.BackgroundServiceEvent
Timestamp of the event (in seconds).
timestamp - Variable in class Torello.Browser.HeapProfiler.lastSeenObjectId
[No Description Provided by Google]
timestamp - Variable in class Torello.Browser.Log.LogEntry
Timestamp when this entry was added.
timestamp - Variable in class Torello.Browser.Media.PlayerEvent
[No Description Provided by Google]
timestamp - Variable in class Torello.Browser.Network.dataReceived
Timestamp.
timestamp - Variable in class Torello.Browser.Network.eventSourceMessageReceived
Timestamp.
timestamp - Variable in class Torello.Browser.Network.loadingFailed
Timestamp.
timestamp - Variable in class Torello.Browser.Network.loadingFinished
Timestamp.
timestamp - Variable in class Torello.Browser.Network.ReportingApiReport
When the report was generated.
timestamp - Variable in class Torello.Browser.Network.requestWillBeSent
Timestamp.
timestamp - Variable in class Torello.Browser.Network.resourceChangedPriority
Timestamp.
timestamp - Variable in class Torello.Browser.Network.responseReceived
Timestamp.
timestamp - Variable in class Torello.Browser.Network.SignedCertificateTimestamp
Issuance date.
timestamp - Variable in class Torello.Browser.Network.webSocketClosed
Timestamp.
timestamp - Variable in class Torello.Browser.Network.webSocketFrameError
Timestamp.
timestamp - Variable in class Torello.Browser.Network.webSocketFrameReceived
Timestamp.
timestamp - Variable in class Torello.Browser.Network.webSocketFrameSent
Timestamp.
timestamp - Variable in class Torello.Browser.Network.webSocketHandshakeResponseReceived
Timestamp.
timestamp - Variable in class Torello.Browser.Network.webSocketWillSendHandshakeRequest
Timestamp.
timestamp - Variable in class Torello.Browser.Network.webTransportClosed
Timestamp.
timestamp - Variable in class Torello.Browser.Network.webTransportConnectionEstablished
Timestamp.
timestamp - Variable in class Torello.Browser.Network.webTransportCreated
Timestamp.
timestamp - Variable in class Torello.Browser.Page.domContentEventFired
[No Description Provided by Google]
timestamp - Variable in class Torello.Browser.Page.lifecycleEvent
[No Description Provided by Google]
timestamp - Variable in class Torello.Browser.Page.loadEventFired
[No Description Provided by Google]
timestamp - Variable in class Torello.Browser.Page.ScreencastFrameMetadata
Frame swap timestamp.
timestamp - Variable in class Torello.Browser.Profiler.preciseCoverageDeltaUpdate
Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
timestamp - Variable in class Torello.Browser.RunTime.consoleAPICalled
Call timestamp.
timestamp - Variable in class Torello.Browser.RunTime.exceptionThrown
Timestamp of the exception.
timeStr() - Static method in class Torello.Java.StringParse
Returns the current time as a String.
timeStr(char) - Static method in class Torello.Java.StringParse
Returns the current time as a String.
timeStrComplete() - Static method in class Torello.Java.StringParse
Returns the current time as a String.
timing - Variable in class Torello.Browser.Network.Response
Timing information for the given request.
TimorLeste - Torello.Java.Country
Country Named: Timor-Leste
title - Variable in class Torello.Browser.CSS.CSSStyleSheetHeader
Stylesheet title.
title - Variable in class Torello.Browser.DOMSnapshot.DocumentSnapshot
Document title.
title - Variable in class Torello.Browser.Input.DragDataItem
Title associated with a link.
title - Variable in class Torello.Browser.Page.NavigationEntry
Title of the navigation history entry.
title - Variable in class Torello.Browser.Performance.metrics
Timestamp title.
title - Variable in class Torello.Browser.Profiler.consoleProfileFinished
Profile title passed as an argument to console.profile().
title - Variable in class Torello.Browser.Profiler.consoleProfileStarted
Profile title passed as an argument to console.profile().
title - Variable in class Torello.Browser.Security.SecurityStateExplanation
Title describing the type of factor.
title - Variable in class Torello.Browser.Target.TargetInfo
[No Description Provided by Google]
title() - Method in class Torello.JavaDoc.HeaderFooterHTML
Retrieve the title of the page, as an HTML-Vector
titleElement - Variable in class Torello.HTML.Tools.NewsSite.Article
This is the title that was scraped from the main page.
titleString(Vector<? extends HTMLNode>) - Static method in class Torello.HTML.NodeSearch.Elements
Returns the String encapsulated by the HTML 'HEAD'-section's "<TITLE>...</TITLE>" element, if there such an element.
TL - Torello.Languages.LC
Language: Filipino
toArray() - Method in class Torello.Java.ReadOnly.ReadOnlyArrayList
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray() - Method in interface Torello.Java.ReadOnly.ReadOnlyCollection
Returns an array containing all of the elements in this collection.
toArray() - Method in class Torello.Java.ReadOnly.ReadOnlyHashSet
 
toArray() - Method in interface Torello.Java.ReadOnly.ReadOnlyList
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray() - Method in interface Torello.Java.ReadOnly.ReadOnlySet
Returns an array containing all of the elements in this set.
toArray() - Method in class Torello.Java.ReadOnly.ReadOnlyTreeSet
 
toArray() - Method in class Torello.Java.ReadOnly.ReadOnlyVector
Returns an array containing all of the elements in this Vector in the correct order.
toArray(IntFunction<T[]>) - Method in interface Torello.Java.ReadOnly.ReadOnlyCollection
Returns an array containing all of the elements in this collection, using the provided generator function to allocate the returned array.
toArray(T[]) - Method in class Torello.Java.ReadOnly.ReadOnlyArrayList
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray(T[]) - Method in interface Torello.Java.ReadOnly.ReadOnlyCollection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray(T[]) - Method in class Torello.Java.ReadOnly.ReadOnlyHashSet
 
toArray(T[]) - Method in interface Torello.Java.ReadOnly.ReadOnlyList
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray(T[]) - Method in interface Torello.Java.ReadOnly.ReadOnlySet
Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.
toArray(T[]) - Method in class Torello.Java.ReadOnly.ReadOnlyTreeSet
 
toArray(T[]) - Method in class Torello.Java.ReadOnly.ReadOnlyVector
Returns an array containing all of the elements in this Vector in the correct order; the runtime type of the returned array is that of the specified array.
toB64String() - Method in class Torello.HTML.PageStats
This converts a PageStats object to a simple-string (Base64 Encoded) object that may be passed and transmitted as a String.
ToByteBiFunction<A,​B> - Interface in Torello.Java.Function
Function-Pointer Input: A, B Output: byte.
ToByteFunction<A> - Interface in Torello.Java.Function
Function-Pointer Input: A Output: byte.
ToByteHexFunction<A,​B,​C,​D,​E,​F> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D, E, F Output: byte.
ToByteQuadFunction<A,​B,​C,​D> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D Output: byte.
ToByteQuintFunction<A,​B,​C,​D,​E> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D, E Output: byte.
ToByteTriFunction<A,​B,​C> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C Output: byte.
ToCharBiFunction<A,​B> - Interface in Torello.Java.Function
Function-Pointer Input: A, B Output: char.
ToCharFunction<A> - Interface in Torello.Java.Function
Function-Pointer Input: A Output: char.
ToCharHexFunction<A,​B,​C,​D,​E,​F> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D, E, F Output: char.
ToCharIntCharFunc - Interface in Torello.Java.Function
Function-Pointer Input: int, char Output: char.
ToCharIntTFunc<T> - Interface in Torello.Java.Function
Function-Pointer Input: int, T Output: char.
ToCharQuadFunction<A,​B,​C,​D> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D Output: char.
ToCharQuintFunction<A,​B,​C,​D,​E> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D, E Output: char.
ToCharTriFunction<A,​B,​C> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C Output: char.
toCSV(boolean[][], IntIntBoolFunc<String>, IntPredicate, boolean, Integer, Integer) - Static method in class Torello.Java.StrCSV
This class prints a two dimensional boolean-array to a String.
toCSV(boolean[], int, int, IntBoolFunction<String>, Integer) - Static method in class Torello.Java.StrCSV
toCSV(boolean[], IntBoolFunction<String>, Integer) - Static method in class Torello.Java.StrCSV
Convenience Method.
toCSV(byte[][], IntIntByteFunc<String>, IntPredicate, boolean, Integer, Integer) - Static method in class Torello.Java.StrCSV
This class prints a two dimensional byte-array to a String.
toCSV(byte[], int, int, IntByteFunction<String>, Integer) - Static method in class Torello.Java.StrCSV
toCSV(byte[], IntByteFunction<String>, Integer) - Static method in class Torello.Java.StrCSV
Convenience Method.
toCSV(char[][], IntIntCharFunc<String>, IntPredicate, boolean, Integer, Integer) - Static method in class Torello.Java.StrCSV
This class prints a two dimensional char-array to a String.
toCSV(char[], int, int, IntCharFunction<String>, Integer) - Static method in class Torello.Java.StrCSV
toCSV(char[], IntCharFunction<String>, Integer) - Static method in class Torello.Java.StrCSV
Convenience Method.
toCSV(double[][], IntIntDoubleFunc<String>, IntPredicate, boolean, Integer, Integer) - Static method in class Torello.Java.StrCSV
This class prints a two dimensional double-array to a String.
toCSV(double[], int, int, IntDoubleFunction<String>, Integer) - Static method in class Torello.Java.StrCSV
toCSV(double[], IntDoubleFunction<String>, Integer) - Static method in class Torello.Java.StrCSV
Convenience Method.
toCSV(float[][], IntIntFloatFunc<String>, IntPredicate, boolean, Integer, Integer) - Static method in class Torello.Java.StrCSV
This class prints a two dimensional float-array to a String.
toCSV(float[], int, int, IntFloatFunction<String>, Integer) - Static method in class Torello.Java.StrCSV
toCSV(float[], IntFloatFunction<String>, Integer) - Static method in class Torello.Java.StrCSV
Convenience Method.
toCSV(int[][], TriIntFunc<String>, IntPredicate, boolean, Integer, Integer) - Static method in class Torello.Java.StrCSV
This class prints a two dimensional int-array to a String.
toCSV(int[], int, int, BiIntFunction<String>, Integer) - Static method in class Torello.Java.StrCSV
toCSV(int[], BiIntFunction<String>, Integer) - Static method in class Torello.Java.StrCSV
Convenience Method.
toCSV(long[][], IntIntLongFunc<String>, IntPredicate, boolean, Integer, Integer) - Static method in class Torello.Java.StrCSV
This class prints a two dimensional long-array to a String.
toCSV(long[], int, int, IntLongFunction<String>, Integer) - Static method in class Torello.Java.StrCSV
toCSV(long[], IntLongFunction<String>, Integer) - Static method in class Torello.Java.StrCSV
Convenience Method.
toCSV(short[][], IntIntShortFunc<String>, IntPredicate, boolean, Integer, Integer) - Static method in class Torello.Java.StrCSV
This class prints a two dimensional short-array to a String.
toCSV(short[], int, int, IntShortFunction<String>, Integer) - Static method in class Torello.Java.StrCSV
toCSV(short[], IntShortFunction<String>, Integer) - Static method in class Torello.Java.StrCSV
Convenience Method.
toCSV(Iterable<?>, boolean, boolean, Integer) - Static method in class Torello.Java.StrCSV
This method will turn the elements of any java Iterable type into a java.lang.String.
toCSV(Iterable<T>, Function<? super T, String>, boolean, Integer) - Static method in class Torello.Java.StrCSV
This method will turn the elements of any java Iterable type into a java.lang.String.
toCSV(String[], boolean, boolean, Integer) - Static method in class Torello.Java.StrCSV
Convenience Method.
toCSV(T[][], IntIntTFunc<? super T, String>, IntPredicate, boolean, Integer, Integer) - Static method in class Torello.Java.StrCSV
This class prints a two dimensional <T>-array to a String.
toCSV(T[], boolean, boolean, Integer) - Static method in class Torello.Java.StrCSV
Convenience Method.
toCSV(T[], int, int, boolean, boolean, Integer) - Static method in class Torello.Java.StrCSV
This method will turn the elements of any java Iterable type into a java.lang.String.
toCSV(T[], int, int, IntTFunction<? super T, String>, boolean, Integer) - Static method in class Torello.Java.StrCSV
Converts an array of a variable-type parameter T[] to a CSV String

This version of 'toCSV' allows a programmer to define the exact 'toString()' that is used on each object-instance in the provided array.
toCSV(T[], IntTFunction<? super T, String>, boolean, Integer) - Static method in class Torello.Java.StrCSV
Convenience Method.
ToDoException - Exception in Torello.Java
This class is meant to inform a user that some code-exeuction path has a reached a point where the developer has not finished writing the Java that needs to run in order to complete whatever instructions the user is expecting to be run.
ToDoException() - Constructor for exception Torello.Java.ToDoException
Constructs a ToDoException with no detail message.
ToDoException(String) - Constructor for exception Torello.Java.ToDoException
Constructs a ToDoException with the specified detail message.
ToDoException(String, Throwable) - Constructor for exception Torello.Java.ToDoException
Constructs a new ToDoException with the specified detail message and cause.
ToDoException(Throwable) - Constructor for exception Torello.Java.ToDoException
Constructs a new ToDoException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ToDoubleHexFunction<A,​B,​C,​D,​E,​F> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D, E, F Output: double.
ToDoubleQuadFunction<A,​B,​C,​D> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D Output: double.
ToDoubleQuintFunction<A,​B,​C,​D,​E> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D, E Output: double.
ToDoubleTriFunction<A,​B,​C> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C Output: double.
ToFloatBiFunction<A,​B> - Interface in Torello.Java.Function
Function-Pointer Input: A, B Output: float.
ToFloatFunction<A> - Interface in Torello.Java.Function
Function-Pointer Input: A Output: float.
ToFloatHexFunction<A,​B,​C,​D,​E,​F> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D, E, F Output: float.
ToFloatQuadFunction<A,​B,​C,​D> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D Output: float.
ToFloatQuintFunction<A,​B,​C,​D,​E> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D, E Output: float.
ToFloatTriFunction<A,​B,​C> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C Output: float.
Togo - Torello.Java.Country
Country Named: Togo
toHTML(String) - Static method in class Torello.Java.C
Convenience Method.
toHTML(String, boolean, boolean, boolean) - Static method in class Torello.Java.C
Converts the instances of these escape-sequences that are found inside of Java String's that were generated using these ANSI UNIX color escape sequences, and produces a valid HTML String that contains HTML <SPAN STYLE="color-information"> replacements!

New-Line Characters:
Any new-line Character-Sequences such as '\n' or '\r\n' will be replaced with HTML <BR /> elements.
toHTML(String, boolean, boolean, String) - Static method in class Torello.Java.C
Convenience Method.
toHTML(String, String, String, String, String, String) - Static method in class Torello.Languages.HTMLWordTables
Builds a simple, short HTML version of the Chinese-Simplified / English / Spanish sentence DIV
ToHTML - Class in Torello.HTML.Tools.NewsSite
Converts Serialized Object Files of HTML-Vectors into '.html' Files, and can also be used to do any user-defined, customized post-processing (using a function-pointer) on news-articles (after downloading them).
toImmutable() - Method in class Torello.Java.Additional.Tuple0
 
toImmutable() - Method in class Torello.Java.Additional.Tuple1
 
toImmutable() - Method in class Torello.Java.Additional.Tuple2
 
toImmutable() - Method in class Torello.Java.Additional.Tuple3
 
toImmutable() - Method in class Torello.Java.Additional.Tuple4
 
toImmutable() - Method in class Torello.Java.Additional.Tuple5
 
toImmutable() - Method in class Torello.Java.Additional.Tuple6
 
toImmutable() - Method in class Torello.Java.Additional.Tuple7
 
toImmutable() - Method in class Torello.Java.Additional.Tuple8
 
toImmutable() - Method in class Torello.Java.Additional.TupleN
Converts 'this' Modifiable TupleN instance into a Read-Only RetN.
ToIntHexFunction<A,​B,​C,​D,​E,​F> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D, E, F Output: int.
ToIntQuadFunction<A,​B,​C,​D> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D Output: int.
ToIntQuintFunction<A,​B,​C,​D,​E> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D, E Output: int.
ToIntTriFunction<A,​B,​C> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C Output: int.
toJSON(String, JsonGenerator) - Method in class Torello.Java.JSON.BaseType
Serializes 'this' object into JSON.
toJsonArray() - Method in interface javax.json.JsonPatch
Returns the JsonPatch as JsonArray.
toJsonArray() - Static method in class javax.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that accumulates the input JsonValue elements into a JsonArray.
toJsonObject() - Static method in class javax.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that accumulates the input Map.Entry<String,JsonValue> elements into a JsonObject.
toJsonObject(Function<JsonValue, String>, Function<JsonValue, JsonValue>) - Static method in class javax.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that accumulates the input JsonValue elements into a JsonObject.
toJsonValue() - Method in interface javax.json.JsonMergePatch
Returns the JsonMergePatch as JsonValue.
tok - Variable in class Torello.HTML.TagNode
Tokelau - Torello.Java.Country
Country Named: Tokelau
TokenizeError - Class in Torello.CSS
This class may be instantiated by both the Tokenizer and the individual Static-Build Methods offered by each of the individual Token-Classes.
TokenizeException - Exception in Torello.CSS
This exception will be thrown by the Static-Build Methods offered by each of the individual CSSToken Classes if the User provides faulty String-Input.
TokenizeException() - Constructor for exception Torello.CSS.TokenizeException
Constructs a TokenizeException with no detail message.
TokenizeException(String) - Constructor for exception Torello.CSS.TokenizeException
Constructs a TokenizeException with the specified detail message.
tokensWithStatus - Variable in class Torello.Browser.Page.OriginTrial
[No Description Provided by Google]
ToLongHexFunction<A,​B,​C,​D,​E,​F> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D, E, F Output: long.
ToLongQuadFunction<A,​B,​C,​D> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D Output: long.
ToLongQuintFunction<A,​B,​C,​D,​E> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D, E Output: long.
ToLongTriFunction<A,​B,​C> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C Output: long.
toLowerCase(boolean) - Method in class Torello.HTML.TagNode
toLowerCase(boolean, String...) - Method in class Torello.HTML.TagNode
Convenience Method.
toLowerCase(boolean, Predicate<String>) - Method in class Torello.HTML.TagNode
toLowerCase(String[]) - Static method in class Torello.HTML.Listeners
Converts the varargs parameter to lower-case Strings.

Note that this is "Varargs Safe", because a new String-Array is created that has new String-pointers.
toLowerCaseSpanish(char) - Static method in class Torello.Languages.ES
Produces a lower-case Spanish Character - if and only if the input-parameter is an upper-case Spanish Character.
toLowerCaseSpanish(String) - Static method in class Torello.Languages.ES
This cycles through an input-String parameter, and converts any/all letters that are uppercase - including ones with accent marks, tildes, and umlaut's, and returns a String n which all characters are lower-case, but have their punctuation preserved.
toModifiable() - Method in class Torello.Java.Additional.Ret0
 
toModifiable() - Method in class Torello.Java.Additional.Ret1
 
toModifiable() - Method in class Torello.Java.Additional.Ret2
 
toModifiable() - Method in class Torello.Java.Additional.Ret3
 
toModifiable() - Method in class Torello.Java.Additional.Ret4
 
toModifiable() - Method in class Torello.Java.Additional.Ret5
 
toModifiable() - Method in class Torello.Java.Additional.Ret6
 
toModifiable() - Method in class Torello.Java.Additional.Ret7
 
toModifiable() - Method in class Torello.Java.Additional.Ret8
 
toModifiable() - Method in class Torello.Java.Additional.RetN
Converts 'this' Read-Only RetN instance into a Read-Write TupleN.
toneVowelsToRegularVowels(String) - Static method in class Torello.Languages.ZH
This performs a conversion of all vowels in a String from those with tones over them to the normal (un-accented) equivalent.
toneVowelToRegularVowel(char) - Static method in class Torello.Languages.ZH
This makes the problems of dealing with the tone/accent marks above vowels in Chinese Pin-Yin easier.
Tonga - Torello.Java.Country
Country Named: Tonga
toNonAccented(char, boolean) - Static method in class Torello.Languages.ES
This converts all Spanish-Accented characters into a lower-case, and non-accented equivalent.
toNonAccented(String, boolean) - Static method in class Torello.Languages.ES
Removes Spanish-Accent Characters from all characters in a string.
TOO_LONG_CONTROL_FRAME_PAYLOAD - NeoVisionaries.WebSockets.WebSocketError
The payload size of a control frame exceeds the maximum size (125 bytes).
TOO_LONG_PAYLOAD - NeoVisionaries.WebSockets.WebSocketError
The payload length of a frame exceeds the maximum array size in Java.
top - Variable in class Torello.Browser.Browser.Bounds
The offset from the top edge of the screen to the window in pixels.
topLevelOrigin - Variable in class Torello.Browser.Network.trustTokenOperationDone
Top level origin.
topNavBar() - Method in class Torello.JavaDoc.HeaderFooterHTML
Retrieve the Navigation-Bar HTML at the top of a Java Doc Page.
topNavBar() - Method in class Torello.JavaDoc.PackageSummaryHTML
Allows a User to both retrieve and to modify the contents of the 'package-summary.html' Nav-Bar.
toPosArray(Iterable<DotPair>, boolean) - Static method in class Torello.HTML.DPUtil
Convenience Method.
toProperURLV1(String) - Static method in class Torello.Java.Additional.URLs
This will substitute many of the Spanish-characters that can make a web-query difficult.
toProperURLV2(String) - Static method in class Torello.Java.Additional.URLs
This method will clobber the leading Domain-Name and Protocol - http://domain.name.something/ stuff.
toProperURLV3(String) - Static method in class Torello.Java.Additional.URLs
This leaves out the actual domain name before starting HTTP-URL Escape Sequences.
toProperURLV4(String) - Static method in class Torello.Java.Additional.URLs
This does the same thing as V3, but it also will avoid escaping any '?' (question-mark) or '&' (ampersand) or '/' (forward-slash) symbols anywhere in the entire String.
toProperURLV5(String) - Static method in class Torello.Java.Additional.URLs
toProperURLV6(String) - Static method in class Torello.Java.Additional.URLs
Rather than trying to explain what is escaped and what is left alone, please review the exact code here.
toProperURLV7(String) - Static method in class Torello.Java.Additional.URLs
These strictly use Java's URI Encoding Mechanism.
toProperURLV8(URL) - Static method in class Torello.Java.Additional.URLs
These strictly use Java's URI Encoding Mechanism.
toReleaseOrDeveloper - Variable in class Torello.Java.Build.CLI
 
Torello.Browser - package Torello.Browser
Allows a user to start up a headless browser, and use the API that it exports to manipulate the browser.
Torello.CSS - package Torello.CSS
CSS Tokenizer and utilities
Torello.HTML - package Torello.HTML
This core of the HTML Java Utility Package are three HTMLNode-Object subclasses: HTMLNode, TagNode and TextNode. These classes are extremely light-weight since they only have at most three fields.
Torello.HTML.NodeSearch - package Torello.HTML.NodeSearch
The purpose of these classes is to allow a programmer to "search" through webpages that have been vectorized and downloaded to Java Vector<HTMLNode>.
Torello.HTML.Tools.Images - package Torello.HTML.Tools.Images
Tools for assisting in downloading images from news, information, and other types of web-sites.
Torello.HTML.Tools.NewsSite - package Torello.HTML.Tools.NewsSite
Utilities for scraping news web-sites.
Torello.Java - package Torello.Java
This package is largely a "helper & utility" package to the HTML scrape routines.
Torello.Java.Additional - package Torello.Java.Additional
More Updated Java Classes.
Torello.Java.Build - package Torello.Java.Build
Useful Project Building Classes for Building a Suite of Tools into a '.jar' File and a Documentation Website.
Torello.Java.Function - package Torello.Java.Function
Classes extending Java's Functional Interface - Java is a strongly-typed language.
Torello.Java.JSON - package Torello.Java.JSON
A JSON Package that simple converts JSON-Types to Java-Types, with ease
Torello.Java.ReadOnly - package Torello.Java.ReadOnly
This is a Read-Only Wrapper to many of the classes provided in java.util
Torello.JavaDoc - package Torello.JavaDoc
This package utilizes the value of both an HTML-Parser and an AST Source-Code Parser for helping a user to transform, modify, add-to, and delete HTML (automatically) to & from JavaDoc-Generated Web-Pages.
Torello.Languages - package Torello.Languages
This provides some simple helper and utility classes for people intending to code or write websites that contain Mandarin Chinese UTF-8 based characters.
ToShortBiFunction<A,​B> - Interface in Torello.Java.Function
Function-Pointer Input: A, B Output: short.
ToShortFunction<A> - Interface in Torello.Java.Function
Function-Pointer Input: A Output: short.
ToShortHexFunction<A,​B,​C,​D,​E,​F> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D, E, F Output: short.
ToShortQuadFunction<A,​B,​C,​D> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D Output: short.
ToShortQuintFunction<A,​B,​C,​D,​E> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C, D, E Output: short.
ToShortTriFunction<A,​B,​C> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C Output: short.
toStream(Iterable<DotPair>, boolean) - Static method in class Torello.HTML.DPUtil
This method will convert a list of DotPair instances to a Java java.util.stream.IntStream.
toString() - Method in class Apache.CLI.Option
Dump state, suitable for debugging.
toString() - Method in class Apache.CLI.OptionGroup
Returns the stringified version of this OptionGroup.
toString() - Method in class Apache.CLI.Options
Dump state, suitable for debugging.
toString() - Method in interface javax.json.JsonNumber
Returns a JSON text representation of the JSON number.
toString() - Method in interface javax.json.JsonValue
Returns JSON text for this JSON value.
toString() - Method in class NeoVisionaries.WebSockets.StatusLine
Get the string representation of this instance, which is equal to the raw status line.
toString() - Method in class NeoVisionaries.WebSockets.WebSocketExtension
Stringify this object into the format "{name}[; {key}[={value}]]*".
toString() - Method in class NeoVisionaries.WebSockets.WebSocketFrame
 
toString() - Method in class Torello.Browser.CSS.mediaQueryResultChanged
 
toString() - Method in class Torello.Browser.Debugger.resumed
 
toString() - Method in class Torello.Browser.DOM.documentUpdated
 
toString() - Method in class Torello.Browser.Emulation.virtualTimeBudgetExpired
 
toString() - Method in class Torello.Browser.HeapProfiler.resetProfiles
 
toString() - Method in class Torello.Browser.Inspector.targetCrashed
 
toString() - Method in class Torello.Browser.Inspector.targetReloadedAfterCrash
 
toString() - Method in class Torello.Browser.Overlay.inspectModeCanceled
 
toString() - Method in class Torello.Browser.Page.frameResized
 
toString() - Method in class Torello.Browser.Page.interstitialHidden
 
toString() - Method in class Torello.Browser.Page.interstitialShown
 
toString() - Method in class Torello.Browser.RunTime.executionContextsCleared
 
toString() - Method in class Torello.CSS.CSSToken
 
toString() - Method in class Torello.CSS.TokenizeError
 
toString() - Method in class Torello.HTML.DotPair
Java's toString() requirement.
toString() - Method in class Torello.HTML.HTMLNode
Java's toString() requirement.
toString() - Method in class Torello.HTML.NodeIndex
Returns the public final String str field of 'this' field public final HTMLNode n.
toString() - Method in class Torello.HTML.PageStats
Generates a java string representation of 'this' instance of class PageStats
toString() - Method in class Torello.HTML.SubSection
Java's toString() requirement.
toString() - Method in enum Torello.HTML.Tools.Images.IF
Convert an instance of this enumerated-type to a String.
toString() - Method in class Torello.HTML.Tools.Images.ImageInfo
Converts this class into a simple, readable String
toString() - Method in class Torello.HTML.Tools.Images.Request
Converts 'this' instance into a simple Java-String
toString() - Method in class Torello.HTML.Tools.Images.Results
Returns a java.lang.String representation of 'this' instance
toString() - Method in class Torello.Java.Additional.ByRef
Invokes the standard java.lang.Object method toString() on the field this.f.
toString() - Method in class Torello.Java.Additional.EffectivelyFinal
Invokes the standard java.lang.Object method toString() on the field this.f.
toString() - Method in class Torello.Java.Additional.MultiType
Converts this instance of the implementing RetN to a String.
toString() - Method in class Torello.Java.Additional.Ret0
Produces the Ret0 singleton-instance 'toString'
toString() - Method in class Torello.Java.Additional.Tuple0
Produces the Tuple0 singleton-instance 'toString'
toString() - Method in class Torello.Java.Build.BuildPackage
Stringify an instance of this class.
toString() - Method in class Torello.Java.FileNode
Converts 'this' FileNode to a String.
toString() - Method in class Torello.Java.JSON.BaseType
This method uses Java Reflection to convert the inheriting object into a String.
toString() - Method in class Torello.Java.LV
Java's toString() requirement.
toString() - Method in class Torello.Java.OSCommands
Generates a String this class.
toString() - Method in class Torello.Java.OSExtras
Generates a String this class.
toString() - Method in class Torello.Java.OSResponse
Convert the information in this class into a java.lang.String
toString() - Method in class Torello.Java.ReadOnly.ReadOnlyArrayList
Returns a String representation of this ArrayList.
toString() - Method in class Torello.Java.ReadOnly.ReadOnlyHashMap
Returns a String representation of this map.
toString() - Method in class Torello.Java.ReadOnly.ReadOnlyHashSet
Returns a String representation of this HashSet.
toString() - Method in class Torello.Java.ReadOnly.ReadOnlyHashtable
Returns a string representation of this Hashtable object in the form of a set of entries, enclosed in braces and separated by the ASCII characters " , " (comma and space).
toString() - Method in class Torello.Java.ReadOnly.ReadOnlyProperties
Returns a String representation of this Properties.
toString() - Method in class Torello.Java.ReadOnly.ReadOnlyTreeMap
Returns a String representation of this map.
toString() - Method in class Torello.Java.ReadOnly.ReadOnlyTreeSet
Returns a String representation of this TreeSet.
toString() - Method in class Torello.Java.ReadOnly.ReadOnlyVector
Returns a String representation of this Vector.
toString() - Method in class Torello.JavaDoc.AnnotationElem
Generates a String of this Annotation Element, with all information included.
toString() - Method in class Torello.JavaDoc.Callable
Dummy Method.
toString() - Method in enum Torello.JavaDoc.CIET
Returns the name of this CIET, in string format.
toString() - Method in class Torello.JavaDoc.Constructor
Generates a string of this constructor, with most information included.
toString() - Method in class Torello.JavaDoc.Declaration
Dummy Method.
toString() - Method in class Torello.JavaDoc.EnumConstant
Generates a String of this Enum Constant, with all information included.
toString() - Method in class Torello.JavaDoc.Field
Generates a String of this field, with all information included.
toString() - Method in class Torello.JavaDoc.Location
Standard Java toString() method
toString() - Method in class Torello.JavaDoc.Method
Generates a String of this method, with most information included.
toString() - Method in class Torello.JavaDoc.NestedType
Generates a String of this nested-type, with most information included.
toString() - Method in class Torello.JavaDoc.ParsedFile
Turns a ParsedFile result object, 'this', into a String.
toString() - Method in class Torello.JavaDoc.RelativePathStr
Retrieve a String representation of 'this' instance's data.
toString() - Method in class Torello.JavaDoc.Stats
Generates a String that enapsulates all of the counters / running-totals inside this data statistic class.
toString() - Method in class Torello.JavaDoc.SummaryTableHTML
Converts the contents of this class into a String
toString() - Method in class Torello.Languages.Pin1Yin1
This converts 'this' result to a java.lang.String
toString(int) - Method in class Torello.JavaDoc.AnnotationElem
Generates a String of this Annotation Element, with all information included.
toString(int) - Method in class Torello.JavaDoc.Callable
Dummy Method.
toString(int) - Method in class Torello.JavaDoc.Constructor
This class expects a flags that has been masked using the constant (public, static, final int) fields of class PF.
toString(int) - Method in class Torello.JavaDoc.Declaration
Dummy Method.
toString(int) - Method in class Torello.JavaDoc.EnumConstant
Generates a String of this EnumConst, with all information included.
toString(int) - Method in class Torello.JavaDoc.Field
Generates a String of this field, with all information included.
toString(int) - Method in class Torello.JavaDoc.Method
This class expects a flags that has been masked using the constant (public, static, final int) fields of class PF.
toString(int) - Method in class Torello.JavaDoc.NestedType
This class expects a flags that has been masked using the constant (public, static, final int) fields of class PF.
toString(int) - Method in class Torello.JavaDoc.ParsedFile
Turns a ParsedFile result object, 'this', into a java.lang.String.
toString(int, String) - Method in class Torello.JavaDoc.Location
Generates a String - with all information available, including any content requested by the 'flags' parameter.
toString(Throwable) - Static method in class Torello.Java.EXCC
Prints the Exception-message and Exception-stack trace to an output String, and invokes, recursively, this method with any cause-Throwable's that are present in this Throwable.
toString(Throwable, int) - Static method in class Torello.Java.EXCC
Convenience Method.
toStringAV() - Method in class Torello.HTML.TagNode
toStringBalance(int[], String...) - Static method in class Torello.HTML.Balance
Converts a balance report to a String, for printing.
toStringBalance(Hashtable<String, Integer>) - Static method in class Torello.HTML.Balance
Converts a balance report to a String, for printing.
toStringComplete() - Method in class Torello.Java.OSResponse
Convert the information in this class into a java.lang.String
toStringDepth(Hashtable<String, int[]>) - Static method in class Torello.HTML.Balance
Converts a depth report to a String, for printing.
toStringMaxTraces(Throwable, int) - Static method in class Torello.Java.EXCC
Prints the Exception-message and Exception-stack trace to an output String, and invokes, recursively, this method with any cause-Throwable's that are present in this Throwable.
toStringMaxTraces(Throwable, int, int) - Static method in class Torello.Java.EXCC
Convenience Method.
toStringNoST(Throwable) - Static method in class Torello.Java.EXCC
Prints the Exception-message to an output String.
toStringNoST(Throwable, int) - Static method in class Torello.Java.EXCC
Convenience Method.
toSubSections(Vector<? extends HTMLNode>, Iterable<DotPair>) - Static method in class Torello.HTML.DPUtil
This will cycle through a "list of sublists" and call the method toVector(Vector<? extends HTMLNode> html, DotPair dp) on each sublist in the input parameter 'sublists'.
total - Variable in class Torello.Browser.HeapProfiler.reportHeapSnapshotProgress
[No Description Provided by Google]
total - Variable in class Torello.Browser.Memory.SamplingProfileNode
Total bytes attributed to this sample.
totalBytes - Variable in class Torello.Browser.Browser.downloadProgress
Total expected bytes to download.
totalBytes - Variable in class Torello.Browser.Page.downloadProgress
Total expected bytes to download.
totalNumber() - Method in class Torello.Java.HiLiteMe.Cache
Count how many files and directories are contained in this Cache.
totalSize() - Method in class Torello.Java.HiLiteMe.Cache
Inform the user how much space (in bytes) is used by this Cache.
TouchPoint(Number, Number, Number, Number, Number, Number, Number, Integer, Integer, Integer, Number) - Constructor for class Torello.Browser.Input.TouchPoint
Constructor
TouchPoint(JsonObject) - Constructor for class Torello.Browser.Input.TouchPoint
JSON Object Constructor
toUpperCase(boolean) - Method in class Torello.HTML.TagNode
toUpperCase(boolean, String...) - Method in class Torello.HTML.TagNode
Convenience Method.
toUpperCase(boolean, Predicate<String>) - Method in class Torello.HTML.TagNode
toUpperCaseSpanish(char) - Static method in class Torello.Languages.ES
Produces an upper-case Spanish Character - if and only if the input-parameter is a lower-case Spanish Character.
toUpperCaseSpanish(String) - Static method in class Torello.Languages.ES
This cycles through an input-String parameter, and converts any/all letters that are lower-case, including ones with accent marks, tildes, and umlaut's, and returns a String in which all characters are upper-case, but have their punctuation preserved.
toVector(Vector<? extends HTMLNode>, DotPair) - Static method in class Torello.HTML.DPUtil
This method converts a sublist, represented by a "dotted pair", and converts it into a Vector of HTMLNode.
toVectors(Vector<? extends HTMLNode>, Iterable<DotPair>) - Static method in class Torello.HTML.DPUtil
This will cycle through a "list of sublists" and call the method toVector(Vector<? extends HTMLNode> html, DotPair dp) on each sublist in the input parameter 'sublists' Those sublists will be collected into another Vector and returned.
TR - Torello.Languages.LC
Language: Turkish
TraceConfig(String, Boolean, Boolean, Boolean, String[], String[], String[], JsonObject) - Constructor for class Torello.Browser.Tracing.TraceConfig
Constructor
TraceConfig(JsonObject) - Constructor for class Torello.Browser.Tracing.TraceConfig
JSON Object Constructor
traceFormat - Variable in class Torello.Browser.Tracing.tracingComplete
Trace data format of returned stream.
TRACEROUTE(String...) - Method in class Torello.Java.Shell
Runs the UNIX / BASH / LINUX 'shell' command: traceroute $ traceroute <args[0]> <args[1]> ... <args[args.length-1]>
Tracing - Class in Torello.Browser
[No Description Provided by Google]
Tracing.bufferUsage - Class in Torello.Browser
[No Description Provided by Google]
Tracing.dataCollected - Class in Torello.Browser
Contains an bucket of collected trace events.
Tracing.TraceConfig - Class in Torello.Browser
[No Description Provided by Google]
Tracing.tracingComplete - Class in Torello.Browser
Signals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events.
TracingBackend - Static variable in class Torello.Browser.Tracing
Backend type to use for tracing.
tracingComplete(boolean, String, String, String) - Constructor for class Torello.Browser.Tracing.tracingComplete
Constructor
tracingComplete(JsonObject) - Constructor for class Torello.Browser.Tracing.tracingComplete
JSON Object Constructor
trackCacheStorageForOrigin(String) - Static method in class Torello.Browser.Storage
Registers origin to be notified when an update occurs to its cache storage list.
trackComputedStyleUpdates(CSS.CSSComputedStyleProperty[]) - Static method in class Torello.Browser.CSS
Starts tracking the given computed styles for updates.
trackIndexedDBForOrigin(String) - Static method in class Torello.Browser.Storage
Registers origin to be notified when an update occurs to its IndexedDB.
trad - Variable in class Torello.Languages.Pin1Yin1
The traditional conversion - In this version, also, characters are grouped by "Word Boundaries"
tradSENTENCE - Variable in class Torello.Languages.Pin1Yin1
This is the original query-string in Traditional Chinese
transform - Variable in class Torello.Browser.LayerTree.Layer
Transformation matrix for layer, default is identity matrix

OPTIONAL
transitionType - Variable in class Torello.Browser.Page.NavigationEntry
Transition type.
TransitionType - Static variable in class Torello.Browser.Page
Transition type.
Translate - Class in Torello.Languages
Translate (普通话, Simplified & Traditional Chinese) Characters.
transport - Variable in class Torello.Browser.WebAuthn.VirtualAuthenticatorOptions
[No Description Provided by Google]
transportId - Variable in class Torello.Browser.Network.webTransportClosed
WebTransport identifier.
transportId - Variable in class Torello.Browser.Network.webTransportConnectionEstablished
WebTransport identifier.
transportId - Variable in class Torello.Browser.Network.webTransportCreated
WebTransport identifier.
TreeUtils - Class in Torello.JavaDoc
This is a helpful interface to retrieve and extract the utilities provided by the Java-Compiler interface provided by the JDK.
TreeUtils(String, String) - Constructor for class Torello.JavaDoc.TreeUtils
Constructs an instance of this class.
trialName - Variable in class Torello.Browser.Page.OriginTrial
[No Description Provided by Google]
trialName - Variable in class Torello.Browser.Page.OriginTrialToken
[No Description Provided by Google]
TriAppendable - Class in Torello.Java.Additional
Builds a composite java.lang.Appendable using up to three independent input-parameter Appendable's.
TriAppendable(Appendable, Appendable, Appendable) - Constructor for class Torello.Java.Additional.TriAppendable
Creates an instance of this class, using up to three input Appendable's.
TriConsumer<A,​B,​C> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C Output: void.
TriFunction<A,​B,​C,​R> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C Output: R.
TriIntFunc<R> - Interface in Torello.Java.Function
Function-Pointer Input: int, int, int Output: R.
trimEachLine(String) - Static method in class Torello.Java.StrPrint
This is used for "trimming each line" of an input String.
trimLeft(String) - Static method in class Torello.Java.StringParse
Trims any white-space Characters from the beginning of a String.
trimRight(String) - Static method in class Torello.Java.StringParse
Trims any white-space Characters from the end of a String.
trimTextNodes(Vector<HTMLNode>, boolean) - Static method in class Torello.HTML.Util
Convenience Method.
trimTextNodes(Vector<HTMLNode>, int, int, boolean) - Static method in class Torello.HTML.Util
This will iterate through the entire Vector<HTMLNode>, and invoke java.lang.String.trim() on each TextNode on the page.
trimTextNodes(Vector<HTMLNode>, DotPair, boolean) - Static method in class Torello.HTML.Util
Convenience Method.
trimToSize() - Method in class Torello.Java.ReadOnly.ROArrayListBuilder
Trims the capacity of this ArrayList instance to be the list's current size.
trimToSize() - Method in class Torello.Java.ReadOnly.ROVectorBuilder
Trims the capacity of this vector to be the vector's current size.
trimWhiteSpaceOnlyLines(String) - Static method in class Torello.Java.StrIndent
Replaces sub-strings that contain a newline character followed by only white-space with only the new-line character itself.
TrinidadAndTobago - Torello.Java.Country
Country Named: Trinidad and Tobago
TriPredicate<A,​B,​C> - Interface in Torello.Java.Function
Function-Pointer Input: A, B, C Output: boolean.
TromelinIsland - Torello.Java.Country
Country Named: Tromelin Island
TRUE - javax.json.JsonValue.ValueType
JSON true.
TRUE - Static variable in interface javax.json.JsonValue
JSON true value.
TRUE - Static variable in class Torello.HTML.NodeSearch.ARGCHECK
 
TRUNCATE_EOF_CHARS - Static variable in class Torello.Java.FileRW
This is used by method FileRW.loadFileToString(String).
TrustedWebActivityIssueDetails(String, String, Integer, String, String) - Constructor for class Torello.Browser.Audits.TrustedWebActivityIssueDetails
Constructor
TrustedWebActivityIssueDetails(JsonObject) - Constructor for class Torello.Browser.Audits.TrustedWebActivityIssueDetails
JSON Object Constructor
trustTokenOperationDone(String, String, String, String, String, Integer) - Constructor for class Torello.Browser.Network.trustTokenOperationDone
Constructor
trustTokenOperationDone(JsonObject) - Constructor for class Torello.Browser.Network.trustTokenOperationDone
JSON Object Constructor
TrustTokenOperationType - Static variable in class Torello.Browser.Network
[No Description Provided by Google]

EXPERIMENTAL
trustTokenParams - Variable in class Torello.Browser.Network.Request
Set for requests when the TrustToken API is used.
TrustTokenParams(String, String, String[]) - Constructor for class Torello.Browser.Network.TrustTokenParams
Constructor
TrustTokenParams(JsonObject) - Constructor for class Torello.Browser.Network.TrustTokenParams
JSON Object Constructor
TrustTokens(String, Number) - Constructor for class Torello.Browser.Storage.TrustTokens
Constructor
TrustTokens(JsonObject) - Constructor for class Torello.Browser.Storage.TrustTokens
JSON Object Constructor
Tunisia - Torello.Java.Country
Country Named: Tunisia
Tuple0 - Class in Torello.Java.Additional
Contains a static reference to a singleton-instance of Tuple0.
Tuple1<A> - Class in Torello.Java.Additional
The classes Tuple1 and Tuple0 are here merely for the convenience and the possibility that an unknown sized tuple might be needed, and on occasion that unknown sized reference would contain only one (or even zero) elements.
Tuple1() - Constructor for class Torello.Java.Additional.Tuple1
Constructs this object.
Tuple1(A) - Constructor for class Torello.Java.Additional.Tuple1
Constructs this object
Tuple2<A,​B> - Class in Torello.Java.Additional
This simple generic-class allows for storing two objects with a single reference.
Tuple2() - Constructor for class Torello.Java.Additional.Tuple2
Constructs this object.
Tuple2(A, B) - Constructor for class Torello.Java.Additional.Tuple2
Constructs this object
Tuple3<A,​B,​C> - Class in Torello.Java.Additional
This simple generic-class allows for storing three objects with a single reference.
Tuple3() - Constructor for class Torello.Java.Additional.Tuple3
Constructs this object.
Tuple3(A, B, C) - Constructor for class Torello.Java.Additional.Tuple3
Constructs this object
Tuple4<A,​B,​C,​D> - Class in Torello.Java.Additional
This simple generic-class allows for storing four objects with a single reference.
Tuple4() - Constructor for class Torello.Java.Additional.Tuple4
Constructs this object.
Tuple4(A, B, C, D) - Constructor for class Torello.Java.Additional.Tuple4
Constructs this object
Tuple5<A,​B,​C,​D,​E> - Class in Torello.Java.Additional
This simple generic-class allows for storing five objects with a single reference.
Tuple5() - Constructor for class Torello.Java.Additional.Tuple5
Constructs this object.
Tuple5(A, B, C, D, E) - Constructor for class Torello.Java.Additional.Tuple5
Constructs this object
Tuple6<A1,​B2,​C3,​D4,​E5,​F6> - Class in Torello.Java.Additional
This simple generic-class allows for storing six objects with a single reference.
Tuple6() - Constructor for class Torello.Java.Additional.Tuple6
Constructs this object.
Tuple6(A1, B2, C3, D4, E5, F6) - Constructor for class Torello.Java.Additional.Tuple6
Constructs this object
Tuple7<A1,​B2,​C3,​D4,​E5,​F6,​G7> - Class in Torello.Java.Additional
This simple generic-class allows for storing seven objects with a single reference.
Tuple7() - Constructor for class Torello.Java.Additional.Tuple7
Constructs this object.
Tuple7(A1, B2, C3, D4, E5, F6, G7) - Constructor for class Torello.Java.Additional.Tuple7
Constructs this object
Tuple8<A1,​B2,​C3,​D4,​E5,​F6,​G7,​H8> - Class in Torello.Java.Additional
This simple generic-class allows for storing eight objects with a single reference.
Tuple8() - Constructor for class Torello.Java.Additional.Tuple8
Constructs this object.
Tuple8(A1, B2, C3, D4, E5, F6, G7, H8) - Constructor for class Torello.Java.Additional.Tuple8
Constructs this object
TupleN - Class in Torello.Java.Additional
This is a parent class of the Tuple classes.
Turkey - Torello.Java.Country
Country Named: Turkey
Turkmenistan - Torello.Java.Country
Country Named: Turkmenistan
TurksAndCaicosIslands - Torello.Java.Country
Country Named: Turks and Caicos Islands
Tuvalu - Torello.Java.Country
Country Named: Tuvalu
twaQualityEnforcementDetails - Variable in class Torello.Browser.Audits.InspectorIssueDetails
[No Description Provided by Google]

OPTIONAL
TwaQualityEnforcementViolationType - Static variable in class Torello.Browser.Audits
[No Description Provided by Google]
twist - Variable in class Torello.Browser.Input.TouchPoint
The clockwise rotation of a pen stylus around its own major axis, in degrees in the range [0,359] (default: 0).
type - Variable in class Torello.Browser.Accessibility.AXValue
The type of this value.
type - Variable in class Torello.Browser.Accessibility.AXValueSource
What type of source this is.
type - Variable in class Torello.Browser.Animation._Animation
Animation type of Animation.
type - Variable in class Torello.Browser.Audits.SharedArrayBufferIssueDetails
[No Description Provided by Google]
type - Variable in class Torello.Browser.Debugger.BreakLocation
[No Description Provided by Google]

OPTIONAL
type - Variable in class Torello.Browser.Debugger.DebugSymbols
Type of the debug symbols.
type - Variable in class Torello.Browser.Debugger.Scope
Scope type.
type - Variable in class Torello.Browser.DOMDebugger.EventListener
EventListener's type.
type - Variable in class Torello.Browser.Emulation.ScreenOrientation
Orientation type.
type - Variable in class Torello.Browser.IndexedDB.Key
Key type.
type - Variable in class Torello.Browser.IndexedDB.KeyPath
Key path type.
type - Variable in class Torello.Browser.LayerTree.ScrollRect
Reason for rectangle to force scrolling on the main thread
type - Variable in class Torello.Browser.Media.PlayerError
[No Description Provided by Google]
type - Variable in class Torello.Browser.Network.CachedResource
Type of this resource.
type - Variable in class Torello.Browser.Network.Initiator
Type of this initiator.
type - Variable in class Torello.Browser.Network.loadingFailed
Resource type.
type - Variable in class Torello.Browser.Network.ReportingApiReport
The type of the report (specifies the set of data that is contained in the report body).
type - Variable in class Torello.Browser.Network.requestWillBeSent
Type of this resource.
type - Variable in class Torello.Browser.Network.responseReceived
Resource type.
type - Variable in class Torello.Browser.Network.trustTokenOperationDone
[No Description Provided by Google]
type - Variable in class Torello.Browser.Network.TrustTokenParams
[No Description Provided by Google]
type - Variable in class Torello.Browser.Page.BackForwardCacheNotRestoredExplanation
Type of the reason
type - Variable in class Torello.Browser.Page.frameNavigated
[No Description Provided by Google]

EXPERIMENTAL
type - Variable in class Torello.Browser.Page.FrameResource
Type of this resource.
type - Variable in class Torello.Browser.Page.javascriptDialogOpening
Dialog type.
type - Variable in class Torello.Browser.PerformanceTimeline.TimelineEvent
The event type, as specified in https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype This determines which of the optional "details" fiedls is present.
type - Variable in class Torello.Browser.RunTime.consoleAPICalled
Type of the call.
type - Variable in class Torello.Browser.RunTime.ObjectPreview
Object type.
type - Variable in class Torello.Browser.RunTime.PropertyPreview
Object type.
type - Variable in class Torello.Browser.RunTime.RemoteObject
Object type.
type - Variable in class Torello.Browser.SystemInfo.ProcessInfo
Specifies process type.
type - Variable in class Torello.Browser.Target.TargetInfo
[No Description Provided by Google]
type - Variable in class Torello.JavaDoc.AnnotationElem
An Annotation-Element may only assume one of several types, as per the Java Sun / Oracle Documentation.
type - Variable in class Torello.JavaDoc.Field
The type / class of this field, as a String.
type(Class<?>) - Method in class Apache.CLI.Option.Builder
Sets the type of the Option.
TypeHandler - Class in Apache.CLI
This is a temporary implementation.
TypeHandler() - Constructor for class Apache.CLI.TypeHandler
 
typeJOW - Variable in class Torello.JavaDoc.AnnotationElem


JOW: Just One Word

The Just One Word convention in the upgrader tool elminates package-name information from type-String's.
typeJOW - Variable in class Torello.JavaDoc.Field
The type / class of this field, as a String.

typeLineCount - Variable in class Torello.JavaDoc.ParsedFile
The number of lines of Source-Code inside this '.java' File.
TypeObject(String) - Constructor for class Torello.Browser.Profiler.TypeObject
Constructor
TypeObject(JsonObject) - Constructor for class Torello.Browser.Profiler.TypeObject
JSON Object Constructor
typeParameters() - Method in class Torello.JavaDoc.ReflHTML
Returns an HTML-Vector of the HTML used to display the Type Parmeters: segment of a Method or Constructor Detail element.
TypeProfileEntry(int, Profiler.TypeObject[]) - Constructor for class Torello.Browser.Profiler.TypeProfileEntry
Constructor
TypeProfileEntry(JsonObject) - Constructor for class Torello.Browser.Profiler.TypeProfileEntry
JSON Object Constructor
types - Variable in class Torello.Browser.Profiler.TypeProfileEntry
The types for this parameter or return value.
types - Static variable in class Torello.Java.Additional.MIME
This will hold all available MIME Types.
typeSizeChars - Variable in class Torello.JavaDoc.ParsedFile
The number of characters / bytes of Source-Code inside this '.java' File.
typeToJavaIdentifier(String) - Static method in class Torello.Java.StrSource
This will remove any generic-parameter information from a Java type-String and then remove all package-information or outer-class String's.
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 _ 
All Classes All Packages