Entity
public abstract class ListBag<Entity> extends Object implements IBag
IBag
protected List<Entity>
items
protected
ListBag(@NonNull List<Entity> items)
anyItem()
boolean
contains(Entity entity)
isEmpty()
List<Entity>
items()
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final List<Entity> items
protected ListBag(@NonNull @NonNull List<Entity> items)
public final int size()
public final boolean isEmpty()
public final List<Entity> items()
public final Entity anyItem()
public final boolean contains(Entity entity)
Copyright © 2020–2023. All rights reserved.