com.google.bitcoin.store
Class MemoryFullPrunedBlockStore.StoredBlockAndWasUndoableFlag

java.lang.Object
  extended by com.google.bitcoin.store.MemoryFullPrunedBlockStore.StoredBlockAndWasUndoableFlag
Enclosing class:
MemoryFullPrunedBlockStore

protected static class MemoryFullPrunedBlockStore.StoredBlockAndWasUndoableFlag
extends Object


Field Summary
 StoredBlock block
           
 boolean wasUndoable
           
 
Constructor Summary
MemoryFullPrunedBlockStore.StoredBlockAndWasUndoableFlag(StoredBlock block, boolean wasUndoable)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

block

public StoredBlock block

wasUndoable

public boolean wasUndoable
Constructor Detail

MemoryFullPrunedBlockStore.StoredBlockAndWasUndoableFlag

public MemoryFullPrunedBlockStore.StoredBlockAndWasUndoableFlag(StoredBlock block,
                                                                boolean wasUndoable)


Copyright © 2014. All rights reserved.