wt.util
Class WTMessage.CacheKey

java.lang.Object
  extended bywt.util.WTMessage.CacheKey
Enclosing class:
WTMessage

static class WTMessage.CacheKey
extends Object


Field Summary
private  Object[] inserts
           
private  String pattern
           
 
Constructor Summary
(package private) WTMessage.CacheKey(String pattern, Object[] inserts)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pattern

private String pattern

inserts

private Object[] inserts
Constructor Detail

WTMessage.CacheKey

WTMessage.CacheKey(String pattern,
                   Object[] inserts)
Method Detail

hashCode

public int hashCode()

equals

public boolean equals(Object obj)