public class PieceCount extends Object
Constructor and Description |
---|
PieceCount(int count) |
Modifier and Type | Method and Description |
---|---|
PieceCount |
add(PieceCount other) |
static PieceCount |
createUnknownCount() |
boolean |
equals(Object obj) |
int |
getCount() |
int |
hashCode() |
boolean |
isKnown() |
PieceCount |
multiply(int value) |
public static PieceCount createUnknownCount()
public PieceCount add(PieceCount other)
public PieceCount multiply(int value)
public int getCount()
public boolean isKnown()
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.