public class ApiSummaryItemContainer extends Container implements ApiSummaryItem
Constructor and Description |
---|
ApiSummaryItemContainer() |
Modifier and Type | Method and Description |
---|---|
BigInteger |
active() |
void |
active(BigInteger newActive) |
boolean |
activePresent() |
BigInteger |
total() |
void |
total(BigInteger newTotal) |
boolean |
totalPresent() |
makeArrayList, makeUnmodifiableList
public BigInteger active()
active
in interface ApiSummaryItem
public void active(BigInteger newActive)
public boolean activePresent()
activePresent
in interface ApiSummaryItem
public BigInteger total()
total
in interface ApiSummaryItem
public void total(BigInteger newTotal)
public boolean totalPresent()
totalPresent
in interface ApiSummaryItem
Copyright © 2016. All rights reserved.