public class CollectionType
extends org.springframework.core.enums.StaticLabeledEnum
| Modifier and Type | Field and Description |
|---|---|
static CollectionType |
LIST
Spring-managed list.
|
static CollectionType |
SET
Spring-managed set.
|
static CollectionType |
SORTED_LIST
Spring-managed sorted list.
|
static CollectionType |
SORTED_SET
Spring-managed sorted Set.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getCollectionClass()
Returns the actual collection class used underneath.
|
getCode, getLabel, readResolve, shortValuepublic static final CollectionType LIST
List interface.Listpublic static final CollectionType SET
Set interface.Setpublic static final CollectionType SORTED_LIST
List interface.Comparable,
Comparator,
List,
SortedSetpublic static final CollectionType SORTED_SET
SortedSet interface.Comparable,
Comparator,
SortedSetpublic Class<?> getCollectionClass()
Copyright © 2006–2017. All rights reserved.