org.apache.commons.betwixt.strategy
Class CollectiveTypeStrategy.Default

java.lang.Object
  extended by org.apache.commons.betwixt.strategy.CollectiveTypeStrategy
      extended by org.apache.commons.betwixt.strategy.CollectiveTypeStrategy.Default
Enclosing class:
CollectiveTypeStrategy

public static class CollectiveTypeStrategy.Default
extends CollectiveTypeStrategy

Default collective type strategy


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.commons.betwixt.strategy.CollectiveTypeStrategy
CollectiveTypeStrategy.Default
 
Field Summary
 
Fields inherited from class org.apache.commons.betwixt.strategy.CollectiveTypeStrategy
DEFAULT
 
Constructor Summary
CollectiveTypeStrategy.Default()
           
 
Method Summary
 boolean isCollective(java.lang.Class type)
          Basic implementation returns true for all the standard java collective types and their subclasses.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectiveTypeStrategy.Default

public CollectiveTypeStrategy.Default()
Method Detail

isCollective

public boolean isCollective(java.lang.Class type)
Basic implementation returns true for all the standard java collective types and their subclasses.

Specified by:
isCollective in class CollectiveTypeStrategy
Parameters:
type - is this Class a loop type?
Returns:
true if the type is a loop type, or if type is null


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.