common 0.8.10
A B C D E F G H I J L M N O P R S T U V W X 

A

add(Object...) - Method in class org.core4j.xml.XContainer
 
add(Object) - Method in class org.core4j.xml.XContainer
 
add(Object) - Method in class org.core4j.xml.XElement
 
addFirst(Object...) - Method in class org.core4j.xml.XContainer
 
addFirst(Object) - Method in class org.core4j.xml.XContainer
 
advance() - Method in class org.core4j.DepthFirstIterator
 
advance() - Method in class org.core4j.ReadOnlyIterator
 
aggregate(Class<TReturn>, Func2<T, TReturn, TReturn>) - Method in class org.core4j.Enumerable
 
aggregate(Class<TReturn>, TReturn, Func2<T, TReturn, TReturn>) - Method in class org.core4j.Enumerable
 
all(Predicate1<T>) - Method in class org.core4j.Enumerable
 
any(Predicate1<T>) - Method in class org.core4j.Enumerable
 
apply() - Method in interface org.core4j.Func
Apply this function, returning the result
apply(T) - Method in interface org.core4j.Func1
Apply this function, returning the result
apply(T1, T2) - Method in interface org.core4j.Func2
Apply this function, returning the result
apply(T) - Method in interface org.core4j.Predicate1
Apply this function, returning true or false
apply() - Method in interface org.core4j.ThrowingFunc
Apply this function, returning the result (or throwing a checked exception)
apply(T) - Method in interface org.core4j.ThrowingFunc1
Apply this function, returning the result (or throwing a checked exception)
apply(T) - Method in interface org.core4j.ThrowingPredicate1
Apply this function, returning true or false (or throwing a checked exception)
attribute(String) - Method in class org.core4j.xml.XElement
 
attributes() - Method in class org.core4j.xml.XElement
 

B

byField(Class<T>, String, Class<TField>, TField) - Static method in class org.core4j.Predicates
 

C

cast(Class<TOutput>) - Method in class org.core4j.Enumerable
 
chars(String) - Static method in class org.core4j.Enumerables
 
chars(char[]) - Static method in class org.core4j.Enumerables
 
concat(Iterable<T>) - Method in class org.core4j.Enumerable
 
concat(Iterable<T>...) - Method in class org.core4j.Enumerable
 
concat(T...) - Method in class org.core4j.Enumerable
 
constant(TResult) - Static method in class org.core4j.Funcs
 
constant(Class<TWhatever>, TConstant) - Static method in class org.core4j.Funcs
 
contains(T) - Method in class org.core4j.Enumerable
 
CoreUtils - Class in org.core4j
 
CoreUtils() - Constructor for class org.core4j.CoreUtils
 
count() - Method in class org.core4j.Enumerable
 
create(T...) - Static method in class org.core4j.Enumerable
 
create(Iterable<T>) - Static method in class org.core4j.Enumerable
 
create(Class<T>, Enumeration<?>) - Static method in class org.core4j.Enumerable
 
createFromIterator(Func<Iterator<T>>) - Static method in class org.core4j.Enumerable
 
current - Variable in class org.core4j.ReadOnlyIterator.IterationResult
 

D

DepthFirstIterator<T> - Class in org.core4j
 
DepthFirstIterator(T, Func1<T, Enumerable<T>>) - Constructor for class org.core4j.DepthFirstIterator
 
descendants() - Method in class org.core4j.xml.XContainer
 
descendants(String) - Method in class org.core4j.xml.XContainer
 
distinct() - Method in class org.core4j.Enumerable
 
domNodes(NodeList) - Static method in class org.core4j.xml.XContainer
 
domPrettyPrint(Node, int) - Static method in class org.core4j.xml.XContainer
 
domPrettyPrint(Node, int, OutputStream) - Static method in class org.core4j.xml.XContainer
 
done() - Static method in class org.core4j.ReadOnlyIterator.IterationResult
 

E

element(String) - Method in class org.core4j.xml.XContainer
 
elementAt(int) - Method in class org.core4j.Enumerable
 
elementAtOrNull(int) - Method in class org.core4j.Enumerable
 
elements() - Method in class org.core4j.xml.XContainer
 
elements(String) - Method in class org.core4j.xml.XContainer
 
elementValue() - Static method in class org.core4j.Funcs
 
empty(Class<T>) - Static method in class org.core4j.Enumerable
 
endsWith(String) - Static method in class org.core4j.Predicates
 
Enumerable<T> - Class in org.core4j
 
Enumerable(Iterable<T>) - Constructor for class org.core4j.Enumerable
 
Enumerables - Class in org.core4j
 
Enumerables() - Constructor for class org.core4j.Enumerables
 
equals(Object) - Method in class org.core4j.xml.XName
 
equals(Object) - Method in class org.core4j.xml.XNamespace
 
escapeAttributeValue(String) - Static method in class org.core4j.xml.XmlUtil
 
escapeElementValue(String) - Static method in class org.core4j.xml.XmlUtil
 

F

field(Class<TObject>, Class<TField>, String) - Static method in class org.core4j.Funcs
 
first() - Method in class org.core4j.Enumerable
 
first(Predicate1<T>) - Method in class org.core4j.Enumerable
 
firstOrNull() - Method in class org.core4j.Enumerable
 
firstOrNull(Predicate1<T>) - Method in class org.core4j.Enumerable
 
Func<TResult> - Interface in org.core4j
Generic function implementation taking no arguments and returning a value
Func1<T,TResult> - Interface in org.core4j
Generic function implementation taking a single argument and returning a value
Func2<T1,T2,TResult> - Interface in org.core4j
Generic function implementation taking two arguments and returning a value
Funcs - Class in org.core4j
 
Funcs() - Constructor for class org.core4j.Funcs
 

G

getCurrentIndent() - Method in class org.core4j.xml.XmlFormat
 
getData() - Method in class org.core4j.xml.XProcessingInstruction
 
getField(Class<?>, String) - Static method in class org.core4j.CoreUtils
 
getFieldValue(Object, String, Class<T>) - Static method in class org.core4j.CoreUtils
 
getIndent(XmlFormat) - Method in class org.core4j.xml.XNode
 
getIndentString() - Method in class org.core4j.xml.XmlFormat
 
getKey() - Method in class org.core4j.Grouping
 
getLocalName() - Method in class org.core4j.xml.XName
 
getName() - Method in class org.core4j.xml.XAttribute
 
getName() - Method in class org.core4j.xml.XElement
 
getName() - Method in interface org.core4j.xml.XNameable
 
getNamespace() - Method in class org.core4j.xml.XName
 
getNamespaceName() - Method in class org.core4j.xml.XName
 
getNamespaceName() - Method in class org.core4j.xml.XNamespace
 
getNodeType() - Method in class org.core4j.xml.XAttribute
 
getNodeType() - Method in class org.core4j.xml.XComment
 
getNodeType() - Method in class org.core4j.xml.XDocument
 
getNodeType() - Method in class org.core4j.xml.XDocumentType
 
getNodeType() - Method in class org.core4j.xml.XElement
 
getNodeType() - Method in class org.core4j.xml.XObject
 
getNodeType() - Method in class org.core4j.xml.XProcessingInstruction
 
getNodeType() - Method in class org.core4j.xml.XText
 
getRoot() - Method in class org.core4j.xml.XDocument
 
getTarget() - Method in class org.core4j.xml.XProcessingInstruction
 
getValue() - Method in class org.core4j.xml.XAttribute
 
getValue() - Method in class org.core4j.xml.XComment
 
getValue() - Method in class org.core4j.xml.XElement
 
getValue() - Method in class org.core4j.xml.XText
 
getXElement() - Method in class org.core4j.xml.XContainer
 
getXElement() - Method in class org.core4j.xml.XDocument
 
getXElement() - Method in class org.core4j.xml.XElement
 
group(Collection<E>, Func1<E, K>) - Static method in class org.core4j.Enumerable
 
groupBy(Func1<T, TKey>) - Method in class org.core4j.Enumerable
 
Grouping<TKey,TElement> - Class in org.core4j
 
Grouping(TKey, Enumerable<TElement>) - Constructor for class org.core4j.Grouping
 

H

hashCode() - Method in class org.core4j.xml.XName
 
hashCode() - Method in class org.core4j.xml.XNamespace
 
hasNext() - Method in class org.core4j.ReadOnlyIterator
 
hasNext - Variable in class org.core4j.ReadOnlyIterator.IterationResult
 

I

identity(Class<TResult>) - Static method in class org.core4j.Funcs
 
incrementLevel() - Method in class org.core4j.xml.XmlFormat
 
INDENTED - Static variable in class org.core4j.xml.XmlFormat
 
intersect(Enumerable<T>) - Method in class org.core4j.Enumerable
 
intersect(Enumerable<T>...) - Method in class org.core4j.Enumerable
 
isIndentEnabled() - Method in class org.core4j.xml.XmlFormat
 
iterator() - Method in class org.core4j.Enumerable
 

J

join(String) - Method in class org.core4j.Enumerable
 

L

last() - Method in class org.core4j.Enumerable
 
lines(InputStream) - Static method in class org.core4j.Enumerables
 
lines(URL) - Static method in class org.core4j.Enumerables
 
lines(File) - Static method in class org.core4j.Enumerables
 
load(Reader) - Static method in class org.core4j.xml.XDocument
 
loadUtf8(InputStream) - Static method in class org.core4j.xml.XDocument
 

M

mapEntryKey() - Static method in class org.core4j.Funcs
 
mapEntryValue(Map<TKey, TValue>) - Static method in class org.core4j.Funcs
 
max(Func1<T, TResult>) - Method in class org.core4j.Enumerable
 
method(Class<TInstance>, Class<TReturn>, String) - Static method in class org.core4j.Funcs
 
min(Func1<T, TResult>) - Method in class org.core4j.Enumerable
 

N

next(T) - Static method in class org.core4j.ReadOnlyIterator.IterationResult
 
next() - Method in class org.core4j.ReadOnlyIterator
 
nodes() - Method in class org.core4j.xml.XContainer
 
not(Predicate1<T>) - Static method in class org.core4j.Predicates
 
NOT_INDENTED - Static variable in class org.core4j.xml.XmlFormat
 

O

ofType(Class<TOutput>) - Method in class org.core4j.Enumerable
 
orderBy(Func1<T, TKey>) - Method in class org.core4j.Enumerable
 
orderBy(Comparator<T>) - Method in class org.core4j.Enumerable
 
orderBy() - Method in class org.core4j.Enumerable
 
org.core4j - package org.core4j
 
org.core4j.xml - package org.core4j.xml
 

P

parse(Element) - Static method in class org.core4j.xml.XContainer
 
parse(String) - Static method in class org.core4j.xml.XDocument
 
parseNode(Node) - Static method in class org.core4j.xml.XContainer
 
Predicate1<T> - Interface in org.core4j
Generic function implementation taking a single argument and returning true or false
Predicates - Class in org.core4j
 
Predicates() - Constructor for class org.core4j.Predicates
 

R

range(int, int) - Static method in class org.core4j.Enumerable
 
ReadOnlyIterator<T> - Class in org.core4j
 
ReadOnlyIterator() - Constructor for class org.core4j.ReadOnlyIterator
 
ReadOnlyIterator.IterationResult<T> - Class in org.core4j
 
remove() - Method in class org.core4j.ReadOnlyIterator
 
remove() - Method in class org.core4j.xml.XNode
 
replace(String, String, int, Func1<Matcher, String>) - Static method in class org.core4j.CoreUtils
 
reverse() - Method in class org.core4j.Enumerable
 

S

select(Func1<T, TOutput>) - Method in class org.core4j.Enumerable
 
selectMany(Func1<T, Enumerable<TResult>>) - Method in class org.core4j.Enumerable
 
setValue(String) - Method in class org.core4j.xml.XAttribute
 
skip(int) - Method in class org.core4j.Enumerable
 
skipWhile(Predicate1<T>) - Method in class org.core4j.Enumerable
 
startsWith(String) - Static method in class org.core4j.Predicates
 
sum(Class<TReturn>) - Method in class org.core4j.Enumerable
 
sum(Class<TReturn>, Func1<T, TReturn>) - Method in class org.core4j.Enumerable
 

T

take(int) - Method in class org.core4j.Enumerable
 
ThrowingFunc<TResult> - Interface in org.core4j
Generic function implementation taking no arguments and returning a value (or throwing a checked exception)
ThrowingFunc1<T,TResult> - Interface in org.core4j
Generic function implementation taking a single argument and returning a value (or throwing a checked exception)
ThrowingPredicate1<T> - Interface in org.core4j
Generic function implementation taking a single argument and returning true or false (or throwing a checked exception)
toArray(Class<T>) - Method in class org.core4j.Enumerable
 
toList() - Method in class org.core4j.Enumerable
 
toMap(Func1<T, K>) - Method in class org.core4j.Enumerable
 
toSet() - Method in class org.core4j.Enumerable
 
toSortedSet() - Method in class org.core4j.Enumerable
 
toSortedSet(Comparator<? super T>) - Method in class org.core4j.Enumerable
 
toString() - Method in class org.core4j.xml.XComment
 
toString(XmlFormat) - Method in class org.core4j.xml.XComment
 
toString() - Method in class org.core4j.xml.XContainer
 
toString(XmlFormat) - Method in class org.core4j.xml.XContainer
 
toString() - Method in class org.core4j.xml.XDocument
 
toString(XmlFormat) - Method in class org.core4j.xml.XDocument
 
toString(XmlFormat) - Method in class org.core4j.xml.XDocumentType
 
toString() - Method in class org.core4j.xml.XElement
 
toString(XmlFormat) - Method in class org.core4j.xml.XElement
 
toString() - Method in class org.core4j.xml.XName
 
toString() - Method in class org.core4j.xml.XNamespace
 
toString(XmlFormat) - Method in class org.core4j.xml.XNode
 
toString(XmlFormat) - Method in class org.core4j.xml.XProcessingInstruction
 
toString() - Method in class org.core4j.xml.XText
 
toString(XmlFormat) - Method in class org.core4j.xml.XText
 

U

union(Enumerable<T>) - Method in class org.core4j.Enumerable
 
union(Enumerable<T>...) - Method in class org.core4j.Enumerable
 

V

valueOf(String) - Static method in enum org.core4j.xml.XmlNodeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.core4j.xml.XmlNodeType
Returns an array containing the constants of this enum type, in the order they are declared.

W

where(Predicate1<T>) - Method in class org.core4j.Enumerable
 
wrap(ThrowingFunc1<T, TResult>) - Static method in class org.core4j.Funcs
 
wrap(ThrowingFunc<TResult>) - Static method in class org.core4j.Funcs
 
wrap(ThrowingPredicate1<T>) - Static method in class org.core4j.Predicates
 

X

XAttribute - Class in org.core4j.xml
 
XAttribute(String, Object) - Constructor for class org.core4j.xml.XAttribute
 
XComment - Class in org.core4j.xml
 
XComment(String) - Constructor for class org.core4j.xml.XComment
 
XContainer - Class in org.core4j.xml
 
XContainer() - Constructor for class org.core4j.xml.XContainer
 
XDocument - Class in org.core4j.xml
 
XDocument(XElement) - Constructor for class org.core4j.xml.XDocument
 
XDocumentType - Class in org.core4j.xml
 
XDocumentType(String, String) - Constructor for class org.core4j.xml.XDocumentType
 
XElement - Class in org.core4j.xml
 
XElement(String, Object...) - Constructor for class org.core4j.xml.XElement
 
XmlFormat - Class in org.core4j.xml
 
XmlNodeType - Enum in org.core4j.xml
 
XmlUtil - Class in org.core4j.xml
 
XmlUtil() - Constructor for class org.core4j.xml.XmlUtil
 
XName - Class in org.core4j.xml
 
XName(XNamespace, String) - Constructor for class org.core4j.xml.XName
 
XNameable - Interface in org.core4j.xml
 
xnameEquals(XName) - Static method in class org.core4j.Predicates
 
xnameEquals(String) - Static method in class org.core4j.Predicates
 
XNamespace - Class in org.core4j.xml
 
XNamespace(String) - Constructor for class org.core4j.xml.XNamespace
 
XNode - Class in org.core4j.xml
 
XNode() - Constructor for class org.core4j.xml.XNode
 
XObject - Class in org.core4j.xml
 
XObject() - Constructor for class org.core4j.xml.XObject
 
XProcessingInstruction - Class in org.core4j.xml
 
XProcessingInstruction(String, String) - Constructor for class org.core4j.xml.XProcessingInstruction
 
XText - Class in org.core4j.xml
 
XText(String) - Constructor for class org.core4j.xml.XText
 
A B C D E F G H I J L M N O P R S T U V W X 
common 0.8.10

Copyright © 2010–2015 JBoss by Red Hat. All rights reserved.