
net.yapbam.data.BalanceHistory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yapbam-commons Show documentation
Show all versions of yapbam-commons Show documentation
Commons Yapbam classes used by desktop and Android versions.
package net.yapbam.data;
import java.io.Serializable;
import java.util.Collections;
import java.util.Comparator;
import java.util.Date;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import net.yapbam.util.DateUtils;
import net.yapbam.util.NullUtils;
/** A balance history.
*
The balance history is an ordered list of periods, during one of these periods, the balance is constant.
* These periods are represented by BalanceHistoryElement class.
* @see BalanceHistoryElement
* @see BalanceData#getBalanceHistory()
*/
public class BalanceHistory implements Serializable {
private static final long serialVersionUID = 1L;
private static final Comparator
© 2015 - 2025 Weber Informatics LLC | Privacy Policy