Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I K L M N O P R S T V W

A

add(Collection) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
add(Collection, Collection) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
add(Collection, String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
add(Collection, String[]) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
add(ConfigurationTree) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
add(String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
add(String, Collection) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
add(String, ConfigurationTree) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
add(String, String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
add(String, String[]) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
add(String[]) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
add(String[], Collection) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
add(String[], String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
add(String[], String[]) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
add(Properties) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
add(Object, HashTree) - Method in class org.apache.jorphan.collections.HashTree
Adds a key as a node at the current level and then adds the given HashTree to that new node.
add(HashTree) - Method in class org.apache.jorphan.collections.HashTree
Adds all the nodes and branches of the given tree to this tree.
add(Object) - Method in class org.apache.jorphan.collections.HashTree
Adds an key into the HashTree at the current level.
add(Object[]) - Method in class org.apache.jorphan.collections.HashTree
Adds all the given objects as nodes at the current level.
add(Collection) - Method in class org.apache.jorphan.collections.HashTree
Adds a bunch of keys into the HashTree at the current level.
add(Object, Object) - Method in class org.apache.jorphan.collections.HashTree
Adds a key and it's value in the HashTree.
add(Object, Object[]) - Method in class org.apache.jorphan.collections.HashTree
Adds a key and it's values in the HashTree.
add(Object, Collection) - Method in class org.apache.jorphan.collections.HashTree
Adds a key as a node at the current level and then adds all the objects in the second argument as nodes of the new node.
add(Object[], Object[]) - Method in class org.apache.jorphan.collections.HashTree
Adds a series of nodes into the HashTree using the given path.
add(Object[], Collection) - Method in class org.apache.jorphan.collections.HashTree
Adds a series of nodes into the HashTree using the given path.
add(Object[], Object) - Method in class org.apache.jorphan.collections.HashTree
 
add(Collection, Object[]) - Method in class org.apache.jorphan.collections.HashTree
Adds a series of nodes into the HashTree using the given path.
add(Collection, Object) - Method in class org.apache.jorphan.collections.HashTree
Adds a series of nodes into the HashTree using the given path.
add(Collection, Collection) - Method in class org.apache.jorphan.collections.HashTree
Adds a series of nodes into the HashTree using the given path.
add(Object) - Method in class org.apache.jorphan.collections.ListedHashTree
 
addColumnValue(String, Object) - Method in class org.apache.jorphan.collections.Data
Adds a value into the Data set at the current row, using a column name to find the column in which to insert the new value.
addHeader(String) - Method in class org.apache.jorphan.collections.Data
Adds a header name to the Data object.
addNode(Object, HashTree) - Method in class org.apache.jorphan.collections.HashTree.ConvertToString
 
addNode(Object, HashTree) - Method in class org.apache.jorphan.collections.HashTree.TreeSearcher
 
addNode(Object, HashTree) - Method in interface org.apache.jorphan.collections.HashTreeTraverser
The tree traverses itself depth-first, calling addNode for each object it encounters as it goes.
addNode(Object, HashTree) - Method in class org.apache.jorphan.collections.SearchByClass
 
addRaw(String, String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
addRaw(String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
addRow() - Method in class org.apache.jorphan.collections.Data
 
addTreePath(Collection) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
addTreePath(Collection) - Method in class org.apache.jorphan.collections.HashTree
 
append(Data) - Method in class org.apache.jorphan.collections.Data
Adds the rows of the given Data object to this Data object.

B

BLOCK - Static variable in class org.apache.jorphan.collections.ConfigurationTree
 

C

ConfigurationTree - class org.apache.jorphan.collections.ConfigurationTree.
 
ConfigurationTree() - Constructor for class org.apache.jorphan.collections.ConfigurationTree
 
ConfigurationTree(Reader) - Constructor for class org.apache.jorphan.collections.ConfigurationTree
 
ConfigurationTree(String) - Constructor for class org.apache.jorphan.collections.ConfigurationTree
 
ConfigurationTree(ListedHashTree) - Constructor for class org.apache.jorphan.collections.ConfigurationTree
 
ConfigurationTree(ListedHashTree, String) - Constructor for class org.apache.jorphan.collections.ConfigurationTree
 
clear() - Method in class org.apache.jorphan.collections.ConfigurationTree
 
clear() - Method in class org.apache.jorphan.collections.HashTree
Clears the HashTree of all contents.
clear() - Method in class org.apache.jorphan.collections.ListedHashTree
 
clone() - Method in class org.apache.jorphan.collections.ConfigurationTree
 
clone() - Method in class org.apache.jorphan.collections.HashTree
Create a clone of this HashTree.
clone() - Method in class org.apache.jorphan.collections.ListedHashTree
 
clone() - Method in class org.apache.jorphan.collections.SortedHashTree
 
cloneTree(HashTree) - Method in class org.apache.jorphan.collections.HashTree
 
comparator - Variable in class org.apache.jorphan.collections.SortedHashTree
 
config - Variable in class org.apache.jorphan.collections.TestConfigurationTree
 
containsKey(String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
containsKey(Object) - Method in class org.apache.jorphan.collections.HashTree
If the HashTree contains the given object as a key at the top level, then a true result is returned, otherwise false.
containsValue(String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
containsValue(Object) - Method in class org.apache.jorphan.collections.HashTree
Implemented as required by the Map interface, but is not very useful here.
convertArray(Object[]) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
createNewTree() - Method in class org.apache.jorphan.collections.HashTree
Creates a new tree.
createNewTree(Object) - Method in class org.apache.jorphan.collections.HashTree
Creates a new tree.
createNewTree(Collection) - Method in class org.apache.jorphan.collections.HashTree
Creates a new tree.
createNewTree() - Method in class org.apache.jorphan.collections.ListedHashTree
 
createNewTree(Object) - Method in class org.apache.jorphan.collections.ListedHashTree
 
createNewTree(Collection) - Method in class org.apache.jorphan.collections.ListedHashTree
 
createNewTree() - Method in class org.apache.jorphan.collections.SortedHashTree
 
createNewTree(Object) - Method in class org.apache.jorphan.collections.SortedHashTree
 
createNewTree(Collection) - Method in class org.apache.jorphan.collections.SortedHashTree
 
currentPos - Variable in class org.apache.jorphan.collections.Data
 

D

Data - class org.apache.jorphan.collections.Data.
Use this class to store database-like data.
Data() - Constructor for class org.apache.jorphan.collections.Data
Constructor - takes no arguments.
data - Variable in class org.apache.jorphan.collections.Data
 
data - Variable in class org.apache.jorphan.collections.HashTree
 
depth - Variable in class org.apache.jorphan.collections.HashTree.ConvertToString
 

E

END_BLOCK - Static variable in class org.apache.jorphan.collections.ConfigurationTree
 
entrySet() - Method in class org.apache.jorphan.collections.HashTree
Exists to satisfy the Map interface.
equals(Object) - Method in class org.apache.jorphan.collections.HashTree
Compares all objects in the tree and verifies that the two trees contain the same objects at the same tree levels.
equals(Object) - Method in class org.apache.jorphan.collections.ListedHashTree
 

F

findValue(String, Object) - Method in class org.apache.jorphan.collections.Data
Returns the row number where a certain value is.
fromXML(Reader) - Static method in class org.apache.jorphan.collections.ConfigurationTree
 
fromXML(Reader, ConfigurationTree, String[]) - Static method in class org.apache.jorphan.collections.ConfigurationTree
 

G

get(Object) - Method in class org.apache.jorphan.collections.HashTree
Returns the HashTree object associated with the given key.
getArray() - Method in class org.apache.jorphan.collections.HashTree
Gets an array of all keys in the current HashTree node.
getArray(Object) - Method in class org.apache.jorphan.collections.HashTree
Gets an array of all keys in the HashTree mapped to the given key of the current HashTree object (in other words, one level down).
getArray(Object[]) - Method in class org.apache.jorphan.collections.HashTree
Recurses down into the HashTree stucture using each subsequent key in the array of keys, and returns an array of keys of the HashTree object at the end of the recursion.
getArray(Collection) - Method in class org.apache.jorphan.collections.HashTree
Recurses down into the HashTree stucture using each subsequent key in the treePath argument, and returns an array of keys of the HashTree object at the end of the recursion.
getArray() - Method in class org.apache.jorphan.collections.ListedHashTree
 
getAsProperties(String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getAsProperties() - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getAsProperties(ConfigurationTree) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getColumn(String) - Method in class org.apache.jorphan.collections.Data
This method will retrieve every entry in a certain column.
getColumnAsObjectArray(String) - Method in class org.apache.jorphan.collections.Data
This method will retrieve every entry in a certain column.
getColumnValue(String) - Method in class org.apache.jorphan.collections.Data
Gets the value in the current row of the given column.
getColumnValue(int) - Method in class org.apache.jorphan.collections.Data
Gets the value in the current row of the given column.
getColumnValue(int, int) - Method in class org.apache.jorphan.collections.Data
 
getCurrentPos() - Method in class org.apache.jorphan.collections.Data
Get the number of the current row.
getDataAsText() - Method in class org.apache.jorphan.collections.Data
Returns all the data in the Data set as an array of strings.
getDataFromResultSet(ResultSet) - Static method in class org.apache.jorphan.collections.Data
Gets a Data object from a ResultSet.
getHeaders() - Method in class org.apache.jorphan.collections.Data
Returns a String array of the column headers.
getPath(String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getProperty(String, String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getProperty(String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getProperty(String[], String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getProperty(String[]) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getPropertyNames() - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getPropertyNames(Collection) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getPropertyNames(String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getPropertyNames(String[]) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getResult() - Method in class org.apache.jorphan.collections.HashTree.TreeSearcher
 
getSearchResults() - Method in class org.apache.jorphan.collections.SearchByClass
After traversing the HashTree, call this method to get a collection of the nodes that were found.
getSpaces(int, Writer) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getSpaces() - Method in class org.apache.jorphan.collections.HashTree.ConvertToString
 
getSubTree(Object) - Method in class org.apache.jorphan.collections.SearchByClass
Given a specific found node, this method will return the sub tree of that node.
getTree(Collection) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getTree(String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getTree(String[]) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getTree(Object) - Method in class org.apache.jorphan.collections.HashTree
Gets the HashTree mapped to the given key.
getTree(Object[]) - Method in class org.apache.jorphan.collections.HashTree
Gets the HashTree object mapped to the last key in the array by recursing through the HashTree structure one key at a time.
getTree(Collection) - Method in class org.apache.jorphan.collections.HashTree
Gets the HashTree object mapped to the last key in the SortedSet by recursing through the HashTree structure one key at a time.
getTreePath(Collection) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getTreePath(Collection) - Method in class org.apache.jorphan.collections.HashTree
 
getValue() - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getValue(String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getValue(String, String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
getValueOr(String) - Method in class org.apache.jorphan.collections.ConfigurationTree
Get the value or return the given default value if null

H

HashTree - class org.apache.jorphan.collections.HashTree.
This class is used to create a tree structure of objects.
HashTree() - Constructor for class org.apache.jorphan.collections.HashTree
Creates an empty new HashTree.
HashTree(Object) - Constructor for class org.apache.jorphan.collections.HashTree
Creates a new HashTree and adds the given object as a top-level node.
HashTree(Collection) - Constructor for class org.apache.jorphan.collections.HashTree
Creates a new HashTree and adds all the objects in the given collection as top-level nodes in the tree.
HashTree(Object[]) - Constructor for class org.apache.jorphan.collections.HashTree
Creates a new HashTree and adds all the objects in the given array as top-level nodes in the tree.
HashTree.ConvertToString - class org.apache.jorphan.collections.HashTree.ConvertToString.
 
HashTree.ConvertToString() - Constructor for class org.apache.jorphan.collections.HashTree.ConvertToString
 
HashTree.Test - class org.apache.jorphan.collections.HashTree.Test.
 
HashTree.Test(String) - Constructor for class org.apache.jorphan.collections.HashTree.Test
 
HashTree.TreeSearcher - class org.apache.jorphan.collections.HashTree.TreeSearcher.
 
HashTree.TreeSearcher(Object) - Constructor for class org.apache.jorphan.collections.HashTree.TreeSearcher
 
HashTreeTraverser - interface org.apache.jorphan.collections.HashTreeTraverser.
By implementing this interface, a class can easily traverse a HashTree object, and be notified via callbacks of certain events.
hasHeader(String) - Method in class org.apache.jorphan.collections.Data
Checks to see if a column exists in the Data object.
hashCode() - Method in class org.apache.jorphan.collections.HashTree
Returns a hashcode for this HashTree.
hashCode() - Method in class org.apache.jorphan.collections.ListedHashTree
 
header - Variable in class org.apache.jorphan.collections.Data
 

I

isEmpty() - Method in class org.apache.jorphan.collections.ConfigurationTree
 
isEmpty() - Method in class org.apache.jorphan.collections.HashTree
If the HashTree is empty, true is returned, false otherwise.
isLeaf(String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 

K

keySet() - Method in class org.apache.jorphan.collections.HashTree
Returns a Set of all the keys in the top-level of this HashTree.
keySet() - Method in class org.apache.jorphan.collections.ListedHashTree
 

L

ListedHashTree - class org.apache.jorphan.collections.ListedHashTree.
ListedHashTree is a different implementation of the HashTree collection class.
ListedHashTree() - Constructor for class org.apache.jorphan.collections.ListedHashTree
 
ListedHashTree(Object) - Constructor for class org.apache.jorphan.collections.ListedHashTree
 
ListedHashTree(Collection) - Constructor for class org.apache.jorphan.collections.ListedHashTree
 
ListedHashTree(Object[]) - Constructor for class org.apache.jorphan.collections.ListedHashTree
 
ListedHashTree.Test - class org.apache.jorphan.collections.ListedHashTree.Test.
 
ListedHashTree.Test(String) - Constructor for class org.apache.jorphan.collections.ListedHashTree.Test
 
list() - Method in class org.apache.jorphan.collections.HashTree
Gets a Collection of all keys in the current HashTree node.
list(Object) - Method in class org.apache.jorphan.collections.HashTree
Gets a Set of all keys in the HashTree mapped to the given key of the current HashTree object (in other words, one level down.
list(Object[]) - Method in class org.apache.jorphan.collections.HashTree
Recurses down into the HashTree stucture using each subsequent key in the array of keys, and returns the Set of keys of the HashTree object at the end of the recursion.
list(Collection) - Method in class org.apache.jorphan.collections.HashTree
Recurses down into the HashTree stucture using each subsequent key in the List of keys, and returns the Set of keys of the HashTree object at the end of the recursion.
list() - Method in class org.apache.jorphan.collections.ListedHashTree
 
listPropertyNames() - Method in class org.apache.jorphan.collections.ConfigurationTree
 
listPropertyNames(Collection) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
listPropertyNames(String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
listPropertyNames(String[]) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
log - Static variable in class org.apache.jorphan.collections.Data
 

M

makeSubtree(ListedHashTree) - Method in class org.apache.jorphan.collections.ConfigurationTree
 

N

next() - Method in class org.apache.jorphan.collections.Data
Sets the current position of the Data set to the next row.

O

objectsOfClass - Variable in class org.apache.jorphan.collections.SearchByClass
 
order - Variable in class org.apache.jorphan.collections.ListedHashTree
 
org.apache.jorphan.collections - package org.apache.jorphan.collections
 

P

previous() - Method in class org.apache.jorphan.collections.Data
Sets the current position of the Data set to the previous row.
processPath() - Method in class org.apache.jorphan.collections.HashTree.ConvertToString
 
processPath() - Method in class org.apache.jorphan.collections.HashTree.TreeSearcher
 
processPath() - Method in interface org.apache.jorphan.collections.HashTreeTraverser
Process path is called when a leaf is reached.
processPath() - Method in class org.apache.jorphan.collections.SearchByClass
 
propTree - Variable in class org.apache.jorphan.collections.ConfigurationTree
 
put(String, String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
put(Object, Object) - Method in class org.apache.jorphan.collections.HashTree
This is the same as calling HashTree.add(key,value).
putAll(Map) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
putAll(Map) - Method in class org.apache.jorphan.collections.HashTree
The Map given must also be a HashTree, otherwise an UnsupportedOperationException is thrown.

R

readBlock(Reader) - Static method in class org.apache.jorphan.collections.ConfigurationTree
 
readLine(Reader, String[]) - Static method in class org.apache.jorphan.collections.ConfigurationTree
 
readObject(ObjectInputStream) - Method in class org.apache.jorphan.collections.HashTree
Method readObject.
readObject(ObjectInputStream) - Method in class org.apache.jorphan.collections.ListedHashTree
 
remove(String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
remove(Object) - Method in class org.apache.jorphan.collections.HashTree
Removes the entire branch specified by the given key.
remove(Object) - Method in class org.apache.jorphan.collections.ListedHashTree
 
removeColumn(int) - Method in class org.apache.jorphan.collections.Data
 
removeRow() - Method in class org.apache.jorphan.collections.Data
Removes the current row.
removeRow(int) - Method in class org.apache.jorphan.collections.Data
 
replace(String, String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
replace(Object, Object) - Method in class org.apache.jorphan.collections.HashTree
Finds the given current key, and replaces it with the given new key.
replace(Object, Object) - Method in class org.apache.jorphan.collections.ListedHashTree
 
replaceHeader(String, String) - Method in class org.apache.jorphan.collections.Data
Replaces the given header name with a new header name.
reset() - Method in class org.apache.jorphan.collections.Data
Resets the current position of the data set to just before the first element.
result - Variable in class org.apache.jorphan.collections.HashTree.TreeSearcher
 

S

SearchByClass - class org.apache.jorphan.collections.SearchByClass.
Useful for finding all nodes in the tree that represent objects of a particular type.
SearchByClass() - Constructor for class org.apache.jorphan.collections.SearchByClass
Creates an instance of SearchByClass.
SearchByClass(Class) - Constructor for class org.apache.jorphan.collections.SearchByClass
Creates an instance of SearchByClass, and sets the Class to be searched for.
SearchByClass.Test - class org.apache.jorphan.collections.SearchByClass.Test.
 
SearchByClass.Test(String) - Constructor for class org.apache.jorphan.collections.SearchByClass.Test
 
SortedHashTree - class org.apache.jorphan.collections.SortedHashTree.
SortedHashTree is a different implementation of the HashTree collection class.
SortedHashTree() - Constructor for class org.apache.jorphan.collections.SortedHashTree
 
SortedHashTree(Comparator) - Constructor for class org.apache.jorphan.collections.SortedHashTree
 
SortedHashTree(Object) - Constructor for class org.apache.jorphan.collections.SortedHashTree
 
SortedHashTree(Object, Comparator) - Constructor for class org.apache.jorphan.collections.SortedHashTree
 
SortedHashTree(Collection) - Constructor for class org.apache.jorphan.collections.SortedHashTree
 
SortedHashTree(Collection, Comparator) - Constructor for class org.apache.jorphan.collections.SortedHashTree
 
SortedHashTree(Object[]) - Constructor for class org.apache.jorphan.collections.SortedHashTree
 
SortedHashTree(Object[], Comparator) - Constructor for class org.apache.jorphan.collections.SortedHashTree
 
search(String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
search(Object) - Method in class org.apache.jorphan.collections.HashTree
Searches the HashTree structure for the given key.
searchClass - Variable in class org.apache.jorphan.collections.SearchByClass
 
serialVersionUID - Static variable in class org.apache.jorphan.collections.ConfigurationTree
 
set(Object, Object) - Method in class org.apache.jorphan.collections.HashTree
Sets a key and it's value in the HashTree.
set(Object, HashTree) - Method in class org.apache.jorphan.collections.HashTree
Sets a key into the current tree and assigns it a HashTree as its subtree.
set(Object, Object[]) - Method in class org.apache.jorphan.collections.HashTree
Sets a key and it's values in the HashTree.
set(Object, Collection) - Method in class org.apache.jorphan.collections.HashTree
Sets a key and its values in the HashTree.
set(Object[], Object[]) - Method in class org.apache.jorphan.collections.HashTree
Sets a series of keys into the HashTree.
set(Object[], Collection) - Method in class org.apache.jorphan.collections.HashTree
Sets a series of keys into the HashTree.
set(Collection, Object[]) - Method in class org.apache.jorphan.collections.HashTree
Sets a series of keys into the HashTree.
set(Collection) - Method in class org.apache.jorphan.collections.HashTree
Sets the nodes of the current tree to be the objects of the given collection.
set(Collection, Collection) - Method in class org.apache.jorphan.collections.HashTree
Sets a series of keys into the HashTree.
set(Object, Object) - Method in class org.apache.jorphan.collections.ListedHashTree
 
set(Object, HashTree) - Method in class org.apache.jorphan.collections.ListedHashTree
 
set(Object, Object[]) - Method in class org.apache.jorphan.collections.ListedHashTree
 
set(Object, Collection) - Method in class org.apache.jorphan.collections.ListedHashTree
 
setColumnData(String, Object) - Method in class org.apache.jorphan.collections.Data
Sets the data for every row in the column.
setColumnData(int, List) - Method in class org.apache.jorphan.collections.Data
 
setColumnValue(String, Object) - Method in class org.apache.jorphan.collections.Data
Sets the value in the Data set at the current row, using a column name to find the column in which to insert the new value.
setComparator(Comparator) - Method in class org.apache.jorphan.collections.SortedHashTree
 
setCurrentPos(int) - Method in class org.apache.jorphan.collections.Data
Sets the current pos.
setData(String[], String) - Method in class org.apache.jorphan.collections.Data
Use this method to set the entire data set.
setHeaders(String[]) - Method in class org.apache.jorphan.collections.Data
Sets the headers for the data set.
setLine(String[]) - Method in class org.apache.jorphan.collections.Data
Sets a row of data using an array of strings as input.
setLine(String[], String) - Method in class org.apache.jorphan.collections.Data
Sets a row of data using an array of strings as input.
setProperty(Collection) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
setProperty(Collection, Collection) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
setProperty(Collection, String[]) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
setProperty(String, Collection) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
setProperty(String, ConfigurationTree) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
setProperty(String, String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
setProperty(String, String[]) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
setProperty(String[], Collection) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
setProperty(String[], String[]) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
setUp() - Method in class org.apache.jorphan.collections.TestConfigurationTree
 
setValue(String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
setValue(String, String) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
size() - Method in class org.apache.jorphan.collections.ConfigurationTree
 
size - Variable in class org.apache.jorphan.collections.Data
 
size() - Method in class org.apache.jorphan.collections.Data
Gets the number of rows in the Data object.
size() - Method in class org.apache.jorphan.collections.HashTree
Returns the number of top-level entries in the HashTree.
size() - Method in class org.apache.jorphan.collections.ListedHashTree
 
sort(String, boolean) - Method in class org.apache.jorphan.collections.Data
Sorts the data using a given row as the sorting criteria.
sortData(String, int, int) - Method in class org.apache.jorphan.collections.Data
Private method that implements the quicksort algorithm to sort the rows of the Data object.
spaces - Variable in class org.apache.jorphan.collections.HashTree.ConvertToString
 
string - Variable in class org.apache.jorphan.collections.HashTree.ConvertToString
 
subTrees - Variable in class org.apache.jorphan.collections.SearchByClass
 
subtractNode() - Method in class org.apache.jorphan.collections.HashTree.ConvertToString
 
subtractNode() - Method in class org.apache.jorphan.collections.HashTree.TreeSearcher
 
subtractNode() - Method in interface org.apache.jorphan.collections.HashTreeTraverser
Indicates traversal has moved up a step, and the visitor should remove the top node from its stack structure.
subtractNode() - Method in class org.apache.jorphan.collections.SearchByClass
 
swapRows(int, int) - Method in class org.apache.jorphan.collections.Data
 

T

TestConfigurationTree - class org.apache.jorphan.collections.TestConfigurationTree.
 
TestConfigurationTree(String) - Constructor for class org.apache.jorphan.collections.TestConfigurationTree
 
target - Variable in class org.apache.jorphan.collections.HashTree.TreeSearcher
 
testAdd1() - Method in class org.apache.jorphan.collections.HashTree.Test
 
testAddObjectAndTree() - Method in class org.apache.jorphan.collections.ListedHashTree.Test
 
testAddProps() - Method in class org.apache.jorphan.collections.TestConfigurationTree
 
testAsProperties() - Method in class org.apache.jorphan.collections.TestConfigurationTree
 
testBigLoad() - Method in class org.apache.jorphan.collections.TestConfigurationTree
 
testDefault() - Method in class org.apache.jorphan.collections.TestConfigurationTree
 
testEqualsAndHashCode() - Method in class org.apache.jorphan.collections.HashTree.Test
 
testEqualsAndHashCode() - Method in class org.apache.jorphan.collections.ListedHashTree.Test
 
testManipulation1() - Method in class org.apache.jorphan.collections.TestConfigurationTree
 
testSearch() - Method in class org.apache.jorphan.collections.SearchByClass.Test
 
testToString() - Method in class org.apache.jorphan.collections.TestConfigurationTree
 
toString() - Method in class org.apache.jorphan.collections.ConfigurationTree
 
toString() - Method in class org.apache.jorphan.collections.Data
 
toString() - Method in class org.apache.jorphan.collections.HashTree.ConvertToString
 
toString() - Method in class org.apache.jorphan.collections.HashTree
 
toXML(Writer) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
toXML(ConfigurationTree, int, Writer) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
traverse(HashTreeTraverser) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
traverse(HashTreeTraverser) - Method in class org.apache.jorphan.collections.HashTree
Allows any implementation of the HashTreeTraverser interface to easily traverse (depth-first) all the nodes of the HashTree.
traverseInto(HashTreeTraverser) - Method in class org.apache.jorphan.collections.HashTree
The recursive method that accomplishes the tree-traversal and performs the callbacks to the HashTreeTraverser.

V

VALUE - Static variable in class org.apache.jorphan.collections.ConfigurationTree
 
values() - Method in class org.apache.jorphan.collections.HashTree
Returns a collection of all the sub-trees of the current tree.

W

writeLeafValue(Writer, String, int) - Method in class org.apache.jorphan.collections.ConfigurationTree
 
writeObject(ObjectOutputStream) - Method in class org.apache.jorphan.collections.HashTree
 
writeObject(ObjectOutputStream) - Method in class org.apache.jorphan.collections.ListedHashTree
 

A B C D E F G H I K L M N O P R S T V W