coins.backend.opt
クラス SimpleOpt

java.lang.Object
  |
  +--coins.backend.opt.SimpleOpt

public class SimpleOpt
extends java.lang.Object

Simple optimization.


フィールドの概要
static coins.backend.opt.SimpleOpt.Trigger trig
          Trigger class singleton.
 
コンストラクタの概要
SimpleOpt()
           
 
メソッドの概要
 void doIt(Function f)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

trig

public static final coins.backend.opt.SimpleOpt.Trigger trig
Trigger class singleton.

コンストラクタの詳細

SimpleOpt

public SimpleOpt()
メソッドの詳細

doIt

public void doIt(Function f)