Interface | Description |
---|---|
Converter<S,T> |
This interface provides the blueprint for writing a class that converts objects of type S to objects of type T.
|
Class | Description |
---|---|
ConverterUtil |
This is a utility class for converting collection of one type to another.
|
ConverterUtil.LazyConverter<S,T> | |
SizedIterable<T> |
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.