Interface | Description |
---|---|
AbstractArgument<V> |
This is abstract base implementation of
Argument . |
AbstractBooleanArgument |
The abstract base implementation of
BooleanArgument . |
AbstractCollectionArgument<V extends Collection<E>,E> |
The abstract base implementation of
CollectionArgument . |
AbstractComparableArgument<V extends Comparable<?>> |
The abstract base implementation of
ComparableArgument . |
AbstractEntityBeanArgument<V extends EntityBean> |
The abstract base implementation of
EntityBeanArgument . |
AbstractListArgument<E> |
The abstract base implementation of
CollectionArgument . |
AbstractMapArgument<K,V> |
The abstract base implementation of
MapArgument . |
AbstractNumberArgument<V extends Number & Comparable<?>> |
The abstract base implementation of
NumberArgument . |
AbstractSetArgument<E> |
The abstract base implementation of
SetArgument . |
AbstractStringArgument |
The abstract base implementation of
StringArgument . |
Class | Description |
---|---|
Args |
Static factory to create
Argument s. |
ConstantArgument<V> | |
ConstantBooleanArgument |
This is the
constant implementation of BooleanArgument . |
ConstantCollectionArgument<V extends Collection<E>,E> |
This is the
constant implementation of CollectionArgument . |
ConstantComparableArgument<V extends Comparable<?>> |
This is the
constant implementation of ComparableArgument . |
ConstantEntityBeanArgument<V extends EntityBean> |
This is the
constant implementation of EntityBeanArgument . |
ConstantListArgument<E> |
This is the
constant implementation of ListArgument . |
ConstantMapArgument<K,V> |
This is the
constant implementation of MapArgument . |
ConstantNumberArgument<V extends Number & Comparable<?>> |
This is the
constant implementation of NumberArgument . |
ConstantSetArgument<E> |
This is the
constant implementation of ListArgument . |
ConstantStringArgument |
This is the
constant implementation of StringArgument . |
Copyright © 2001–2016 mmm-Team. All rights reserved.