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

A

AbstractFilterIterator<E,I> - Class in org.chromattic.common.collection
An iterator that filter the elements of a delegate iterator allowing to skip some elements and to perform type conversion.
AbstractFilterIterator(Iterator<I>) - Constructor for class org.chromattic.common.collection.AbstractFilterIterator
Create a new filter iterator.
adapt(I) - Method in class org.chromattic.common.collection.AbstractFilterIterator
Adapts the internal element as an external element.
adapt(I) - Method in class org.chromattic.common.collection.FilterIterator
 
adapt(I) - Method in interface org.chromattic.common.collection.IteratorFilter
Adapts the internal element as an external element.
adapt(PropertyIterator) - Static method in class org.chromattic.common.JCR
 
adapt(NodeIterator) - Static method in class org.chromattic.common.JCR
 
adapt(I) - Method in interface org.chromattic.common.TypeAdapter
 
AdaptingIterator<O,I> - Class in org.chromattic.common.collection
An iterator that adapts a type to another type.
AdaptingIterator(Iterator<I>, TypeAdapter<O, I>) - Constructor for class org.chromattic.common.collection.AdaptingIterator
Build a new adapting iterator.
add(E) - Method in class org.chromattic.common.collection.BufferingListIterator
 
add(int, E) - Method in class org.chromattic.common.collection.delta.DeltaList
 
add(E) - Method in class org.chromattic.common.collection.delta.DeltaList
 
add(ElementInsertion<E>) - Method in interface org.chromattic.common.collection.ListModel
 
addAll(Collection<? extends E>) - Method in class org.chromattic.common.collection.delta.DeltaList
 
addAll(int, Collection<? extends E>) - Method in class org.chromattic.common.collection.delta.DeltaList
 

B

BOOLEAN - Static variable in class org.chromattic.common.ValueType
.
BufferingList<E> - Class in org.chromattic.common.collection
 
BufferingList(ListModel<E>) - Constructor for class org.chromattic.common.collection.BufferingList
 
BufferingListIterator<E> - Class in org.chromattic.common.collection
 
BufferingListIterator(ListModel<E>) - Constructor for class org.chromattic.common.collection.BufferingListIterator
 

C

cast(Object) - Method in class org.chromattic.common.ValueType
Casts the object to the underlying java type.
clear() - Method in class org.chromattic.common.collection.delta.DeltaList
 
clone() - Method in class org.chromattic.common.CloneableInputStream
 
CloneableInputStream - Class in org.chromattic.common
 
CloneableInputStream(byte[]) - Constructor for class org.chromattic.common.CloneableInputStream
 
CloneableInputStream(InputStream) - Constructor for class org.chromattic.common.CloneableInputStream
 
close() - Method in class org.chromattic.common.CopyingInputStream
 
Collections - Class in org.chromattic.common.collection
 
Collections() - Constructor for class org.chromattic.common.collection.Collections
 
complexity() - Method in class org.chromattic.common.collection.delta.DeltaList
 
CompoundIterator<E> - Class in org.chromattic.common.collection
 
CompoundIterator(Iterator<Iterator<E>>) - Constructor for class org.chromattic.common.collection.CompoundIterator
 
CompoundIterator(List<Iterator<E>>) - Constructor for class org.chromattic.common.collection.CompoundIterator
 
CompoundIterator(Iterator<E>...) - Constructor for class org.chromattic.common.collection.CompoundIterator
 
contains(Object) - Method in class org.chromattic.common.collection.delta.DeltaList
 
containsAll(Collection<?>) - Method in class org.chromattic.common.collection.delta.DeltaList
 
CopyingInputStream - Class in org.chromattic.common
 
CopyingInputStream(InputStream) - Constructor for class org.chromattic.common.CopyingInputStream
 
create(List<E>) - Static method in class org.chromattic.common.collection.delta.DeltaList
 
create(Class<E>, Class<?>, int) - Static method in class org.chromattic.common.collection.wrapped.WrappedArrayList
 

D

DATE - Static variable in class org.chromattic.common.ValueType
.
debug(String) - Method in class org.chromattic.common.logging.Logger
 
debug(String, Object) - Method in class org.chromattic.common.logging.Logger
 
debug(String, Object, Object) - Method in class org.chromattic.common.logging.Logger
 
debug(String, Object...) - Method in class org.chromattic.common.logging.Logger
 
debug(String, Throwable) - Method in class org.chromattic.common.logging.Logger
 
decode(T) - Static method in class org.chromattic.common.ValueType
Returns the corresponding value type for the specified object or null if no valid one can be found.
DeltaList<E,L> - Class in org.chromattic.common.collection.delta
 
DOUBLE - Static variable in class org.chromattic.common.ValueType
.

E

element - Variable in class org.chromattic.common.collection.ElementInsertion
.
ElementInsertion<E> - Class in org.chromattic.common.collection
An object that indicates the insertion of an element in a list.
ElementInsertion.First<E> - Class in org.chromattic.common.collection
 
ElementInsertion.First(E, E) - Constructor for class org.chromattic.common.collection.ElementInsertion.First
 
ElementInsertion.Last<E> - Class in org.chromattic.common.collection
 
ElementInsertion.Last(int, E, E) - Constructor for class org.chromattic.common.collection.ElementInsertion.Last
 
ElementInsertion.Middle<E> - Class in org.chromattic.common.collection
 
ElementInsertion.Middle(int, E, E, E) - Constructor for class org.chromattic.common.collection.ElementInsertion.Middle
 
ElementInsertion.Singleton<E> - Class in org.chromattic.common.collection
 
ElementInsertion.Singleton(E) - Constructor for class org.chromattic.common.collection.ElementInsertion.Singleton
 
equals(Object) - Method in class org.chromattic.common.collection.ElementInsertion.First
 
equals(Object) - Method in class org.chromattic.common.collection.ElementInsertion.Last
 
equals(Object) - Method in class org.chromattic.common.collection.ElementInsertion.Middle
 
equals(Object) - Method in class org.chromattic.common.collection.ElementInsertion.Singleton
 
equals(Object, Object) - Static method in class org.chromattic.common.Safe
Returns true if one of the following conditions is satisfied: o1 and o2 are both null o1 and o2 are not null and the invocation of the equals method on o1 with o2 as argument returns true
error(String) - Method in class org.chromattic.common.logging.Logger
 
error(String, Object) - Method in class org.chromattic.common.logging.Logger
 
error(String, Object, Object) - Method in class org.chromattic.common.logging.Logger
 
error(String, Object...) - Method in class org.chromattic.common.logging.Logger
 
error(String, Throwable) - Method in class org.chromattic.common.logging.Logger
 

F

FilterIterator<E,I> - Class in org.chromattic.common.collection
A convenient subclass for delegating the filtering function.
FilterIterator(Iterator<I>, IteratorFilter<E, I>) - Constructor for class org.chromattic.common.collection.FilterIterator
Creates a new filter iterator.
forClass(Class<T>) - Static method in class org.chromattic.common.ValueType
Returns the corresponding value type for the specified java class.

G

get(int) - Method in class org.chromattic.common.collection.delta.DeltaList
 
get(L, int) - Method in interface org.chromattic.common.collection.delta.ListAdapter
 
get(K) - Method in class org.chromattic.common.collection.SetMap
 
get(A, int) - Method in class org.chromattic.common.collection.wrapped.WrappedArrayList
 
get(int) - Method in class org.chromattic.common.collection.wrapped.WrappedArrayList
 
get(Class<?>, int) - Static method in class org.chromattic.common.TypeLiteral
 
get(T) - Static method in class org.chromattic.common.ValueType
Returns the corresponding value type for the specified object.
getArray() - Method in class org.chromattic.common.collection.wrapped.WrappedArrayList
 
getBytes() - Method in class org.chromattic.common.CopyingInputStream
 
getBytes(InputStream) - Static method in class org.chromattic.common.IO
 
getElement() - Method in class org.chromattic.common.collection.ElementInsertion
Returns the inserted element.
getIndex() - Method in class org.chromattic.common.collection.ElementInsertion.First
 
getIndex() - Method in class org.chromattic.common.collection.ElementInsertion
In case of a list addition the index indicates the value that would be returned by a call to the ListIterator.nextIndex() when the element is inserted in the list.
getIndex() - Method in class org.chromattic.common.collection.ElementInsertion.Last
 
getIndex() - Method in class org.chromattic.common.collection.ElementInsertion.Middle
 
getIndex() - Method in class org.chromattic.common.collection.ElementInsertion.Singleton
 
getJavaType() - Method in class org.chromattic.common.ValueType
Returns the java type.
getLogger(Class<?>) - Static method in class org.chromattic.common.logging.Logger
 
getLogger(String) - Static method in class org.chromattic.common.logging.Logger
 
getName() - Method in class org.chromattic.common.logging.Logger
 
getNext() - Method in class org.chromattic.common.collection.ElementInsertion.First
 
getNext() - Method in class org.chromattic.common.collection.ElementInsertion.Middle
 
getPrevious() - Method in class org.chromattic.common.collection.ElementInsertion.Last
 
getPrevious() - Method in class org.chromattic.common.collection.ElementInsertion.Middle
 
getPropertyDefinition(NodeType, String) - Static method in class org.chromattic.common.JCR
 
getPropertyDefinition(Node, String) - Static method in class org.chromattic.common.JCR
 

H

hashCode(Object) - Static method in class org.chromattic.common.Safe
Returns the object's hash code if the object is not null otherwise return zero.
hasMixin(Node, String) - Static method in class org.chromattic.common.JCR
 
hasNext() - Method in class org.chromattic.common.collection.AbstractFilterIterator
 
hasNext() - Method in class org.chromattic.common.collection.AdaptingIterator
 
hasNext() - Method in class org.chromattic.common.collection.BufferingListIterator
 
hasNext() - Method in class org.chromattic.common.collection.CompoundIterator
 
hasPrevious() - Method in class org.chromattic.common.collection.BufferingListIterator
 

I

indexOf(Object) - Method in class org.chromattic.common.collection.delta.DeltaList
 
info(String) - Method in class org.chromattic.common.logging.Logger
 
info(String, Object) - Method in class org.chromattic.common.logging.Logger
 
info(String, Object, Object) - Method in class org.chromattic.common.logging.Logger
 
info(String, Object...) - Method in class org.chromattic.common.logging.Logger
 
info(String, Throwable) - Method in class org.chromattic.common.logging.Logger
 
insert(L, int, List<E>) - Method in interface org.chromattic.common.collection.delta.ListAdapter
 
INTEGER - Static variable in class org.chromattic.common.ValueType
.
IO - Class in org.chromattic.common
 
IO() - Constructor for class org.chromattic.common.IO
 
isDebugEnabled() - Method in class org.chromattic.common.logging.Logger
 
isEmpty() - Method in class org.chromattic.common.collection.delta.DeltaList
 
isErrorEnabled() - Method in class org.chromattic.common.logging.Logger
 
isInfoEnabled() - Method in class org.chromattic.common.logging.Logger
 
isInstance(Object) - Method in class org.chromattic.common.ValueType
Returns true if the object matches the type.
isTraceEnabled() - Method in class org.chromattic.common.logging.Logger
 
isWarnEnabled() - Method in class org.chromattic.common.logging.Logger
 
iterator() - Method in class org.chromattic.common.collection.delta.DeltaList
 
iterator() - Method in interface org.chromattic.common.collection.ListModel
 
IteratorFilter<E,I> - Interface in org.chromattic.common.collection
A filter for element.

J

JCR - Class in org.chromattic.common
 
JCR() - Constructor for class org.chromattic.common.JCR
 

K

keySet() - Method in class org.chromattic.common.collection.SetMap
 

L

lastIndexOf(Object) - Method in class org.chromattic.common.collection.delta.DeltaList
 
list(Iterator<E>) - Static method in class org.chromattic.common.collection.Collections
 
list(E...) - Static method in class org.chromattic.common.collection.Collections
 
ListAdapter<E,L> - Interface in org.chromattic.common.collection.delta
 
listIterator(int) - Method in class org.chromattic.common.collection.BufferingList
 
listIterator() - Method in class org.chromattic.common.collection.delta.DeltaList
 
listIterator(int) - Method in class org.chromattic.common.collection.delta.DeltaList
 
ListModel<E> - Interface in org.chromattic.common.collection
 
Logger - Class in org.chromattic.common.logging
A wrapper for SLF4J.
Logger(String) - Constructor for class org.chromattic.common.logging.Logger
 

N

newInstance(String, Class<T>) - Static method in class org.chromattic.common.ObjectInstantiator
Intantiates the object with the specified class name.
newInstance(Class<T>) - Static method in class org.chromattic.common.ObjectInstantiator
Intantiates the object with the specified class.
next() - Method in class org.chromattic.common.collection.AbstractFilterIterator
 
next() - Method in class org.chromattic.common.collection.AdaptingIterator
 
next() - Method in class org.chromattic.common.collection.BufferingListIterator
 
next() - Method in class org.chromattic.common.collection.CompoundIterator
 
nextIndex() - Method in class org.chromattic.common.collection.BufferingListIterator
 
normalizeAbsolutePath(String) - Static method in class org.chromattic.common.jcr.Path
 

O

ObjectInstantiator - Class in org.chromattic.common
 
ObjectInstantiator() - Constructor for class org.chromattic.common.ObjectInstantiator
 
onParent() - Method in interface org.chromattic.common.jcr.PathVisitor
 
onPathSegment(String, int, int, Integer) - Method in interface org.chromattic.common.jcr.PathVisitor
 
onPrefixPathSegment(String, int, int, int, int, Integer) - Method in interface org.chromattic.common.jcr.PathVisitor
 
onSelf() - Method in interface org.chromattic.common.jcr.PathVisitor
 
onURIPathSegment(String, int, int, int, int, Integer) - Method in interface org.chromattic.common.jcr.PathVisitor
 
org.chromattic.common - package org.chromattic.common
 
org.chromattic.common.collection - package org.chromattic.common.collection
 
org.chromattic.common.collection.delta - package org.chromattic.common.collection.delta
 
org.chromattic.common.collection.wrapped - package org.chromattic.common.collection.wrapped
 
org.chromattic.common.jcr - package org.chromattic.common.jcr
 
org.chromattic.common.logging - package org.chromattic.common.logging
 

P

parseAbsolutePath(String, PathVisitor) - Static method in class org.chromattic.common.jcr.Path
 
parsePath(String, PathVisitor) - Static method in class org.chromattic.common.jcr.Path
 
parsePathSegment(String, PathVisitor) - Static method in class org.chromattic.common.jcr.Path
 
parseRelativePath(PathVisitor, String) - Static method in class org.chromattic.common.jcr.Path
 
Path - Class in org.chromattic.common.jcr
 
Path() - Constructor for class org.chromattic.common.jcr.Path
 
PathException - Exception in org.chromattic.common.jcr
 
PathException() - Constructor for exception org.chromattic.common.jcr.PathException
 
PathException(String) - Constructor for exception org.chromattic.common.jcr.PathException
 
PathException(String, Throwable) - Constructor for exception org.chromattic.common.jcr.PathException
 
PathException(Throwable) - Constructor for exception org.chromattic.common.jcr.PathException
 
PathVisitor - Interface in org.chromattic.common.jcr
 
peek(K) - Method in class org.chromattic.common.collection.SetMap
 
previous() - Method in class org.chromattic.common.collection.BufferingListIterator
 
previousIndex() - Method in class org.chromattic.common.collection.BufferingListIterator
 
putIfAbsent(ConcurrentMap<K, V>, K, V) - Static method in class org.chromattic.common.collection.Collections
 

R

read() - Method in class org.chromattic.common.CopyingInputStream
 
remove() - Method in class org.chromattic.common.collection.AbstractFilterIterator
 
remove() - Method in class org.chromattic.common.collection.AdaptingIterator
 
remove() - Method in class org.chromattic.common.collection.BufferingListIterator
 
remove() - Method in class org.chromattic.common.collection.CompoundIterator
 
remove(int) - Method in class org.chromattic.common.collection.delta.DeltaList
 
remove(Object) - Method in class org.chromattic.common.collection.delta.DeltaList
 
remove(L, int, int) - Method in interface org.chromattic.common.collection.delta.ListAdapter
 
remove(int, E) - Method in interface org.chromattic.common.collection.ListModel
 
removeAll(Collection<?>) - Method in class org.chromattic.common.collection.delta.DeltaList
 
retainAll(Collection<?>) - Method in class org.chromattic.common.collection.delta.DeltaList
 

S

Safe - Class in org.chromattic.common
 
Safe() - Constructor for class org.chromattic.common.Safe
 
save() - Method in class org.chromattic.common.collection.delta.DeltaList
 
set(E) - Method in class org.chromattic.common.collection.BufferingListIterator
 
set(Iterator<E>) - Static method in class org.chromattic.common.collection.Collections
 
set(Iterable<E>) - Static method in class org.chromattic.common.collection.Collections
 
set(E...) - Static method in class org.chromattic.common.collection.Collections
 
set(int, E) - Method in class org.chromattic.common.collection.delta.DeltaList
 
set(int, E, E) - Method in interface org.chromattic.common.collection.ListModel
 
set(A, int, E) - Method in class org.chromattic.common.collection.wrapped.WrappedArrayList
 
set(int, E) - Method in class org.chromattic.common.collection.wrapped.WrappedArrayList
 
SetMap<K,V> - Class in org.chromattic.common.collection
 
SetMap() - Constructor for class org.chromattic.common.collection.SetMap
 
size() - Method in class org.chromattic.common.collection.BufferingList
 
size() - Method in class org.chromattic.common.collection.delta.DeltaList
 
size(L) - Method in interface org.chromattic.common.collection.delta.ListAdapter
 
size() - Method in interface org.chromattic.common.collection.ListModel
 
size(A) - Method in class org.chromattic.common.collection.wrapped.WrappedArrayList
 
size() - Method in class org.chromattic.common.collection.wrapped.WrappedArrayList
 
splitAbsolutePath(String) - Static method in class org.chromattic.common.jcr.Path
 
STRING - Static variable in class org.chromattic.common.ValueType
.
subList(int, int) - Method in class org.chromattic.common.collection.delta.DeltaList
 

T

toArray() - Method in class org.chromattic.common.collection.delta.DeltaList
 
toArray(T[]) - Method in class org.chromattic.common.collection.delta.DeltaList
 
toString() - Method in class org.chromattic.common.collection.delta.DeltaList
 
toString() - Method in class org.chromattic.common.collection.ElementInsertion.First
 
toString() - Method in class org.chromattic.common.collection.ElementInsertion.Last
 
toString() - Method in class org.chromattic.common.collection.ElementInsertion.Middle
 
toString() - Method in class org.chromattic.common.collection.ElementInsertion.Singleton
 
toString() - Method in class org.chromattic.common.collection.SetMap
 
toString() - Method in class org.chromattic.common.ValueType
 
trace(String) - Method in class org.chromattic.common.logging.Logger
 
trace(String, Object) - Method in class org.chromattic.common.logging.Logger
 
trace(String, Object, Object) - Method in class org.chromattic.common.logging.Logger
 
trace(String, Object...) - Method in class org.chromattic.common.logging.Logger
 
trace(String, Throwable) - Method in class org.chromattic.common.logging.Logger
 
TypeAdapter<O,I> - Interface in org.chromattic.common
 
TypeLiteral - Class in org.chromattic.common
 
TypeLiteral() - Constructor for class org.chromattic.common.TypeLiteral
 

V

validateName(String) - Static method in class org.chromattic.common.jcr.Path
 
ValueType<T> - Class in org.chromattic.common
The enumeration of value type that are permitted for attributes state.

W

warn(String) - Method in class org.chromattic.common.logging.Logger
 
warn(String, Object) - Method in class org.chromattic.common.logging.Logger
 
warn(String, Object...) - Method in class org.chromattic.common.logging.Logger
 
warn(String, Object, Object) - Method in class org.chromattic.common.logging.Logger
 
warn(String, Throwable) - Method in class org.chromattic.common.logging.Logger
 
wrap(Class<E>, Object) - Static method in class org.chromattic.common.collection.wrapped.WrappedArrayList
 
WrappedArrayList<E,A> - Class in org.chromattic.common.collection.wrapped
 
WrappedArrayList(A) - Constructor for class org.chromattic.common.collection.wrapped.WrappedArrayList
 

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

Copyright © 2010 eXo Platform SAS. All Rights Reserved.