D
public class LocalMemory<D> extends Object implements Memory<D>
LocalMemory()
LocalMemory(D data)
read()
String
toString()
void
write(D data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public LocalMemory()
public LocalMemory(D data)
data
public D read()
Memory
read
Memory<D>
public void write(D data)
write
public String toString()
toString
Object
Copyright © 2015. All Rights Reserved.