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