|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.betwixt.strategy.CollectiveTypeStrategy
public abstract class CollectiveTypeStrategy
Specifies which types should be regarded as collective
| Nested Class Summary | |
|---|---|
static class |
CollectiveTypeStrategy.Default
Default collective type strategy |
| Field Summary | |
|---|---|
static CollectiveTypeStrategy |
DEFAULT
Default collective type strategy |
| Constructor Summary | |
|---|---|
CollectiveTypeStrategy()
|
|
| Method Summary | |
|---|---|
abstract boolean |
isCollective(java.lang.Class type)
Is this a loop type class? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final CollectiveTypeStrategy DEFAULT
| Constructor Detail |
|---|
public CollectiveTypeStrategy()
| Method Detail |
|---|
public abstract boolean isCollective(java.lang.Class type)
type - is this Class a loop type?
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||