com.stimulsoft.base.system
Class StiDictionaryEntry

java.lang.Object
  extended by com.stimulsoft.base.system.StiDictionaryEntry

public class StiDictionaryEntry
extends java.lang.Object


Field Summary
 java.lang.Object Key
           
 java.lang.Object Value
           
 
Constructor Summary
StiDictionaryEntry(java.lang.Object key, java.lang.Object value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Key

public java.lang.Object Key

Value

public java.lang.Object Value
Constructor Detail

StiDictionaryEntry

public StiDictionaryEntry(java.lang.Object key,
                          java.lang.Object value)