com.ibm.util
Class CalendarCache

java.lang.Object
  |
  +--com.ibm.util.CalendarCache

public class CalendarCache
extends java.lang.Object


Field Summary
static long EMPTY
           
 
Constructor Summary
CalendarCache()
           
 
Method Summary
 long get(long key)
           
 void put(long key, long value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static long EMPTY
Constructor Detail

CalendarCache

public CalendarCache()
Method Detail

get

public long get(long key)

put

public void put(long key,
                long value)


Copyright (c) 2001 IBM Corporation and others.