T
- A type of list values.public interface UnorderedListBuilder<T>
Modifier and Type | Method and Description |
---|---|
ListBuilder<T> |
add(Class<? extends T> interfaceType) |
ListBuilder<T> |
add(Key<T> key,
T object) |
ListBuilder<T> |
add(T value) |
ListBuilder<T> |
addAll(Collection<T> values) |
void |
in(Scope scope) |
ListBuilder<T> add(Class<? extends T> interfaceType) throws DIRuntimeException
DIRuntimeException
ListBuilder<T> add(T value) throws DIRuntimeException
DIRuntimeException
ListBuilder<T> add(Key<T> key, T object) throws DIRuntimeException
DIRuntimeException
ListBuilder<T> addAll(Collection<T> values) throws DIRuntimeException
DIRuntimeException
void in(Scope scope)
Copyright © 2001–2017 Apache Cayenne. All rights reserved.