net.sourceforge.plantuml.cucadiagram.dot
Class LazyCached<O>

java.lang.Object
  extended by 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>


Constructor Summary
LazyCached(Lazy<O> lazy)
           
 
Method Summary
 O getNow()
           
protected  O getRowData()
           
 boolean isLoaded()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyCached

public LazyCached(Lazy<O> lazy)
Method Detail

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.