Package org.apache.storm.command
Interface CLI.Assoc
- Enclosing class:
- CLI
public static interface CLI.Assoc
- 
Method Summary
- 
Method Details- 
assocAssociate a value into something else.- Parameters:
- current- what to put value into, will be null if no values have been added yet.
- value- what to add
- Returns:
- the result of combining the two
 
 
-