public  final   class
      OrderedMapClear
Op removes all elements in the underlying container.
Nested Classes
| class | OrderedMapClear.Options | Optional attributes for OrderedMapClear | |
Public Methods
| static OrderedMapClear.Options | 
capacity(Long capacity)
                
               | 
| static OrderedMapClear.Options | 
container(String container)
                
               | 
| static OrderedMapClear | 
create(Scope scope, List<Class<?>> dtypes, Options... options)
                
                   Factory method to create a class wrapping a new OrderedMapClear operation. | 
| static OrderedMapClear.Options | 
memoryLimit(Long memoryLimit)
                
               | 
| static OrderedMapClear.Options | 
sharedName(String sharedName)
                
               | 
Inherited Methods
Public Methods
public static OrderedMapClear create (Scope scope, List<Class<?>> dtypes, Options... options)
Factory method to create a class wrapping a new OrderedMapClear operation.
Parameters
| scope | current scope | 
|---|---|
| options | carries optional attributes values | 
Returns
- a new instance of OrderedMapClear