All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.util.LinkedHashSet Maven / Gradle / Ivy

The newest version!
package java.util;

import java.io.Serializable;

public class LinkedHashSet extends HashSet implements Set, Cloneable, Serializable {
    /**
     * @throws IllegalArgumentException
     */
    public LinkedHashSet(int initialCapacity, float loadFactor) {}
    
    /**
     * @throws IllegalArgumentException
     */
    public LinkedHashSet(int initialCapacity) {}
    
    public LinkedHashSet() {}
    
    /**
     * @throws NullPointerException
     */
    public LinkedHashSet(Collection c) {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy