K
- The type for the KeyV
- The type for the stored valuepublic abstract class AbstractResult<K,V> extends Object implements Result<Page<K,V>>
Constructor and Description |
---|
AbstractResult()
The default constructor for AbstractResult.
|
AbstractResult(List<Page<K,V>> copiedPages)
Creates an instance of AbstractResult with an initialized list of copied pages.
|
public AbstractResult()
public List<Page<K,V>> getCopiedPages()
getCopiedPages
in interface Result<Page<K,V>>
public void addCopiedPage(Page<K,V> page)
addCopiedPage
in interface Result<Page<K,V>>
page
- the added pageCopyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.