Package | Description |
---|---|
org.eclipse.scada.utils.collection |
Modifier and Type | Method and Description |
---|---|
MapBuilder<Key,Value> |
MapBuilder.clear()
Clean the map held by the map builder
|
MapBuilder<Key,Value> |
MapBuilder.put(Key key,
Value value)
Put a pair into the map held by the map builder
|
MapBuilder<Key,Value> |
MapBuilder.putAll(Map<Key,Value> values)
Add all entries from the provided map
|
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.