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
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.AbstractFilterIterator
Create a new filter iterator.
adapt(I) - Method in class org.chromattic.common.AbstractFilterIterator
Adapts the internal element as an external element.
adapt(I) - Method in class org.chromattic.common.FilterIterator
 
adapt(I) - Method in interface org.chromattic.common.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
An iterator that adapts a type to another type.
AdaptingIterator(Iterator<I>, TypeAdapter<O, I>) - Constructor for class org.chromattic.common.AdaptingIterator
Build a new adapting iterator.
add(E) - Method in class org.chromattic.common.BufferingListIterator
 
add(ElementInsertion<E>) - Method in interface org.chromattic.common.ListModel
 

B

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

C

cast(Object) - Method in class org.chromattic.common.ValueType
Casts the object to the underlying java type.
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
 
Collections() - Constructor for class org.chromattic.common.Collections
 
CompoundIterator<E> - Class in org.chromattic.common
 
CompoundIterator(Iterator<Iterator<E>>) - Constructor for class org.chromattic.common.CompoundIterator
 
CompoundIterator(List<Iterator<E>>) - Constructor for class org.chromattic.common.CompoundIterator
 
CompoundIterator(Iterator<E>...) - Constructor for class org.chromattic.common.CompoundIterator
 
CopyingInputStream - Class in org.chromattic.common
 
CopyingInputStream(InputStream) - Constructor for class org.chromattic.common.CopyingInputStream
 

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.
DOUBLE - Static variable in class org.chromattic.common.ValueType
.

E

element - Variable in class org.chromattic.common.ElementInsertion
.
ElementInsertion<E> - Class in org.chromattic.common
An object that indicates the insertion of an element in a list.
ElementInsertion.First<E> - Class in org.chromattic.common
 
ElementInsertion.First(E, E) - Constructor for class org.chromattic.common.ElementInsertion.First
 
ElementInsertion.Last<E> - Class in org.chromattic.common
 
ElementInsertion.Last(int, E, E) - Constructor for class org.chromattic.common.ElementInsertion.Last
 
ElementInsertion.Middle<E> - Class in org.chromattic.common
 
ElementInsertion.Middle(int, E, E, E) - Constructor for class org.chromattic.common.ElementInsertion.Middle
 
ElementInsertion.Singleton<E> - Class in org.chromattic.common
 
ElementInsertion.Singleton(E) - Constructor for class org.chromattic.common.ElementInsertion.Singleton
 
equals(Object) - Method in class org.chromattic.common.ElementInsertion.First
 
equals(Object) - Method in class org.chromattic.common.ElementInsertion.Last
 
equals(Object) - Method in class org.chromattic.common.ElementInsertion.Middle
 
equals(Object) - Method in class org.chromattic.common.ElementInsertion.Singleton
 
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
A convenient subclass for delegating the filtering function.
FilterIterator(Iterator<I>, IteratorFilter<E, I>) - Constructor for class org.chromattic.common.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(K) - Method in class org.chromattic.common.SetMap
 
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.
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.ElementInsertion
Returns the inserted element.
getIndex() - Method in class org.chromattic.common.ElementInsertion.First
 
getIndex() - Method in class org.chromattic.common.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.ElementInsertion.Last
 
getIndex() - Method in class org.chromattic.common.ElementInsertion.Middle
 
getIndex() - Method in class org.chromattic.common.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.ElementInsertion.First
 
getNext() - Method in class org.chromattic.common.ElementInsertion.Middle
 
getPrevious() - Method in class org.chromattic.common.ElementInsertion.Last
 
getPrevious() - Method in class org.chromattic.common.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

hasNext() - Method in class org.chromattic.common.AbstractFilterIterator
 
hasNext() - Method in class org.chromattic.common.AdaptingIterator
 
hasNext() - Method in class org.chromattic.common.BufferingListIterator
 
hasNext() - Method in class org.chromattic.common.CompoundIterator
 
hasPrevious() - Method in class org.chromattic.common.BufferingListIterator
 

I

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
 
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
 
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 interface org.chromattic.common.ListModel
 
IteratorFilter<E,I> - Interface in org.chromattic.common
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.SetMap
 

L

list(Iterator<E>) - Static method in class org.chromattic.common.Collections
 
listIterator(int) - Method in class org.chromattic.common.BufferingList
 
ListModel<E> - Interface in org.chromattic.common
 
Logger - Class in org.chromattic.common.logging
 
Logger(String) - Constructor for class org.chromattic.common.logging.Logger
 

N

next() - Method in class org.chromattic.common.AbstractFilterIterator
 
next() - Method in class org.chromattic.common.AdaptingIterator
 
next() - Method in class org.chromattic.common.BufferingListIterator
 
next() - Method in class org.chromattic.common.CompoundIterator
 
nextIndex() - Method in class org.chromattic.common.BufferingListIterator
 

O

org.chromattic.common - package org.chromattic.common
 
org.chromattic.common.logging - package org.chromattic.common.logging
 

P

peek(K) - Method in class org.chromattic.common.SetMap
 
previous() - Method in class org.chromattic.common.BufferingListIterator
 
previousIndex() - Method in class org.chromattic.common.BufferingListIterator
 
putIfAbsent(ConcurrentMap<K, V>, K, V) - Static method in class org.chromattic.common.Collections
 

R

read() - Method in class org.chromattic.common.CopyingInputStream
 
remove() - Method in class org.chromattic.common.AbstractFilterIterator
 
remove() - Method in class org.chromattic.common.AdaptingIterator
 
remove() - Method in class org.chromattic.common.BufferingListIterator
 
remove() - Method in class org.chromattic.common.CompoundIterator
 
remove(int, E) - Method in interface org.chromattic.common.ListModel
 

S

set(E) - Method in class org.chromattic.common.BufferingListIterator
 
set(Iterator<E>) - Static method in class org.chromattic.common.Collections
 
set(Iterable<E>) - Static method in class org.chromattic.common.Collections
 
set(E...) - Static method in class org.chromattic.common.Collections
 
set(int, E, E) - Method in interface org.chromattic.common.ListModel
 
SetMap<K,V> - Class in org.chromattic.common
 
SetMap() - Constructor for class org.chromattic.common.SetMap
 
size() - Method in class org.chromattic.common.BufferingList
 
size() - Method in interface org.chromattic.common.ListModel
 
STRING - Static variable in class org.chromattic.common.ValueType
.

T

toString() - Method in class org.chromattic.common.ElementInsertion.First
 
toString() - Method in class org.chromattic.common.ElementInsertion.Last
 
toString() - Method in class org.chromattic.common.ElementInsertion.Middle
 
toString() - Method in class org.chromattic.common.ElementInsertion.Singleton
 
toString() - Method in class org.chromattic.common.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
 
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
 

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

Copyright © 2009 eXo Platform SAS. All Rights Reserved.