|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Builder | |
|---|---|
| net.sf.staccatocommons.lang | This package contains Options, SoftExceptions
and null handling utilities. |
| net.sf.staccatocommons.lang.builder | This package defines interfaces, exceptions and abstract classes for implementing a builder |
| Uses of Builder in net.sf.staccatocommons.lang |
|---|
| Classes in net.sf.staccatocommons.lang that implement Builder | |
|---|---|
class |
CollectionBuilder<A,B extends Collection<A>>
a Builder for Collections. |
class |
MapBuilder<K,V,M extends Map<K,V>>
A Builder for Maps. |
| Uses of Builder in net.sf.staccatocommons.lang.builder |
|---|
| Subinterfaces of Builder in net.sf.staccatocommons.lang.builder | |
|---|---|
interface |
ReusableBuilder<T>
A ReusableBuilder is a Builder whose ReusableBuilder.build() method
can be invoked more than once, thus the same builder can be used to more than
one object |
| Classes in net.sf.staccatocommons.lang.builder that implement Builder | |
|---|---|
class |
AbstractReusableBuilder<T>
An abstract implementation of a builder pattern. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||