This commit is contained in:
Owen Mansel-Chan
2021-09-27 16:23:20 +01:00
parent 29db42c3cd
commit bdd78d2bc7

View File

@@ -39,7 +39,7 @@ abstract public class AbstractMapBag<E> implements Bag<E>
public int hashCode(){ return 0; }
public int size(){ return 0; }
public void clear(){}
static class MutableInteger
protected static class MutableInteger
{
protected MutableInteger() {}
MutableInteger(int p0){}