public class BigIntegerCircularBuffer extends Object implements Serializable
| Constructor and Description |
|---|
BigIntegerCircularBuffer(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
average() |
void |
clear() |
boolean |
isFull() |
void |
push(BigInteger value) |
void |
push(long value) |
public void push(long value)
public void push(BigInteger value)
public BigInteger average()
public void clear()
public boolean isFull()
Copyright © 2020 Centre de Recherche en Informatique de Lens (CRIL). All rights reserved.