water.util
Class Utils.IcedInt

java.lang.Object
  extended by water.Iced
      extended by water.util.Utils.IcedInt
All Implemented Interfaces:
java.lang.Cloneable, Freezable
Enclosing class:
Utils

public static class Utils.IcedInt
extends Iced


Field Summary
 int _val
           
 
Constructor Summary
Utils.IcedInt(int v)
           
 
Method Summary
 
Methods inherited from class water.Iced
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_val

public final int _val
Constructor Detail

Utils.IcedInt

public Utils.IcedInt(int v)