com.supermap.services.rest.repository
Class CollectionBox.SetBox
- java.lang.Object
-
- com.supermap.services.rest.repository.CollectionBox
-
- com.supermap.services.rest.repository.CollectionBox.SetBox
-
- Enclosing class:
- CollectionBox
public static class CollectionBox.SetBox extends CollectionBox
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.supermap.services.rest.repository.CollectionBox
CollectionBox.ArrayBox, CollectionBox.CollectionType, CollectionBox.ListBox, CollectionBox.SetBox
-
-
Field Summary
Fields Modifier and Type Field and Description java.util.Set<?>collection-
Fields inherited from class com.supermap.services.rest.repository.CollectionBox
collectionType
-
-
Constructor Summary
Constructors Constructor and Description CollectionBox.SetBox()CollectionBox.SetBox(java.util.Set<?> collection)
-
Method Summary
Methods Modifier and Type Method and Description java.lang.Objectto()-
Methods inherited from class com.supermap.services.rest.repository.CollectionBox
from, getClass, suitable
-
-
-
-
Constructor Detail
-
CollectionBox.SetBox
public CollectionBox.SetBox()
-
CollectionBox.SetBox
public CollectionBox.SetBox(java.util.Set<?> collection)
-
-
Method Detail
-
to
public java.lang.Object to()
- Specified by:
toin classCollectionBox
-
-