com.supermap.services.rest.repository
类 CollectionBox.ListBox
- java.lang.Object
-
- com.supermap.services.rest.repository.CollectionBox
-
- com.supermap.services.rest.repository.CollectionBox.ListBox
-
- 封闭类:
- CollectionBox
public static class CollectionBox.ListBox extends CollectionBox
-
-
嵌套类概要
-
从类继承的嵌套类/接口 com.supermap.services.rest.repository.CollectionBox
CollectionBox.ArrayBox, CollectionBox.CollectionType, CollectionBox.ListBox, CollectionBox.SetBox
-
-
字段概要
字段 限定符和类型 字段和说明 java.util.List<?>
collection
-
从类继承的字段 com.supermap.services.rest.repository.CollectionBox
collectionType
-
-
构造器概要
构造器 构造器和说明 CollectionBox.ListBox()
CollectionBox.ListBox(java.util.List<?> collection)
-
方法概要
方法 限定符和类型 方法和说明 java.lang.Object
to()
-
从类继承的方法 com.supermap.services.rest.repository.CollectionBox
from, getClass, suitable
-
-
-
-
构造器详细资料
-
CollectionBox.ListBox
public CollectionBox.ListBox()
-
CollectionBox.ListBox
public CollectionBox.ListBox(java.util.List<?> collection)
-
-
方法详细资料
-
to
public java.lang.Object to()
- 指定者:
to
在类中CollectionBox
-
-