dip.process
Class Adjustment.AdjustmentInfoMap

java.lang.Object
  extended bydip.process.Adjustment.AdjustmentInfoMap
Enclosing class:
Adjustment

public static class Adjustment.AdjustmentInfoMap
extends java.lang.Object

Aggregation of HashMap that contains only AdjustmentInfo objects, mapped by Power.


Constructor Summary
Adjustment.AdjustmentInfoMap()
          Create an AdjustmentInfoMap
Adjustment.AdjustmentInfoMap(int size)
          Create an AdjustmentInfoMap
 
Method Summary
 void clear()
          Clears all information from this object.
 Adjustment.AdjustmentInfo get(Power power)
          Gets AdjustmentInfo for a power.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Adjustment.AdjustmentInfoMap

public Adjustment.AdjustmentInfoMap()
Create an AdjustmentInfoMap


Adjustment.AdjustmentInfoMap

public Adjustment.AdjustmentInfoMap(int size)
Create an AdjustmentInfoMap

Method Detail

get

public Adjustment.AdjustmentInfo get(Power power)
Gets AdjustmentInfo for a power.


clear

public void clear()
Clears all information from this object.



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.