net.sourceforge.plantuml.cucadiagram.dot
Class LazyCached<O>
java.lang.Object
net.sourceforge.plantuml.cucadiagram.dot.LazyCached<O>
- All Implemented Interfaces:
- Lazy<O>
- Direct Known Subclasses:
- LazyFile
public class LazyCached<O>
- extends Object
- implements Lazy<O>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazyCached
public LazyCached(Lazy<O> lazy)
getNow
public O getNow()
throws IOException
- Specified by:
getNow
in interface Lazy<O>
- Throws:
IOException
getRowData
protected O getRowData()
isLoaded
public boolean isLoaded()
Copyright © 2012. All Rights Reserved.