JavaScript is disabled on your browser.
java.lang.Object
org.eclipse.net4j.util.collection.HashBag<T>
Constructor Summary
Constructors
Constructor and Description
HashBag ()
HashBag (int initialCapacity)
HashBag (int initialCapacity,
float loadFactor)
HashBag (java.util.Map<? extends T ,? extends org.eclipse.net4j.util.collection.HashBag.Counter> m)
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Set
equals, hashCode, spliterator
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
Methods inherited from interface java.lang.Iterable
forEach
Method Detail
add
public boolean add(T o)
Specified by:
add
in interface java.util.Collection<T >
Specified by:
add
in interface java.util.Set<T >
clear
public void clear()
Specified by:
clear
in interface java.util.Collection<T >
Specified by:
clear
in interface java.util.Set<T >
isEmpty
public boolean isEmpty()
Specified by:
isEmpty
in interface java.util.Collection<T >
Specified by:
isEmpty
in interface java.util.Set<T >
size
public int size()
Specified by:
size
in interface java.util.Collection<T >
Specified by:
size
in interface java.util.Set<T >
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html