biz.onixs.fix.fast
Class Dictionary

java.lang.Object
  extended by biz.onixs.fix.fast.Dictionary

public class Dictionary
extends Object


Constructor Summary
Dictionary()
           
 
Method Summary
 Dictionary copy()
           
 DictionaryEntry getEntry(String key)
           
 void reset()
           
 void set(Dictionary dictionary)
           
 void setEntry(String key, DictionaryEntry entry)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Dictionary

public Dictionary()
Method Detail

getEntry

public DictionaryEntry getEntry(String key)

reset

public void reset()

toString

public String toString()
Overrides:
toString in class Object

copy

public Dictionary copy()

set

public void set(Dictionary dictionary)

setEntry

public void setEntry(String key,
                     DictionaryEntry entry)


Copyright © 2005-2012 Onix Solutions. All Rights Reserved.