T
- The typepublic class TypeDependencies<T> extends Object implements Iterable<TypeDependency>
Class
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isConcrete()
Determines if the type can be instantiated.
|
boolean |
isInstantiable()
Determines if the type can be instantiated.
|
Iterator<TypeDependency> |
iterator() |
int |
size()
The number of
TypeDependency instances |
String |
toString() |
Class<T> |
type()
The type
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public boolean isConcrete()
public boolean isInstantiable()
public Iterator<TypeDependency> iterator()
iterator
in interface Iterable<TypeDependency>
public int size()
TypeDependency
instancesTypeDependency
instances