public abstract class

CollectiveTypeStrategy

extends Object
java.lang.Object
   ↳ org.apache.commons.betwixt.strategy.CollectiveTypeStrategy
Known Direct Subclasses

Class Overview

Specifies which types should be regarded as collective

Summary

Nested Classes
class CollectiveTypeStrategy.Default Default collective type strategy  
Fields
public static final CollectiveTypeStrategy DEFAULT Default collective type strategy
Public Constructors
CollectiveTypeStrategy()
Public Methods
abstract boolean isCollective(Class type)
Is this a loop type class?
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final CollectiveTypeStrategy DEFAULT

Default collective type strategy

Public Constructors

public CollectiveTypeStrategy ()

Public Methods

public abstract boolean isCollective (Class type)

Is this a loop type class?

Parameters
type is this Class a loop type?
Returns
  • true if the type is a loop type, or if type is null