pl.edu.pjwstk.yaod.database
Class AtomBuffer

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.database.AtomBuffer

public class AtomBuffer
extends java.lang.Object


Constructor Summary
AtomBuffer()
           
 
Method Summary
 Atom get(AtomPointer key)
           
 void put(Atom element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomBuffer

public AtomBuffer()
Method Detail

put

public void put(Atom element)

get

public Atom get(AtomPointer key)