public class CustomHashSet<T> extends Object implements ICustomSet<T>
Constructor and Description |
---|
CustomHashSet() |
Modifier and Type | Method and Description |
---|---|
void |
addItem(T t) |
void |
clear() |
boolean |
containsItem(T t) |
void |
copyToTArray(T[] ts,
int i) |
boolean |
isReadOnly() |
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<T> |
iterator() |
boolean |
removeItem(T t) |
int |
size() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public int size()
size
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<T>
public boolean isReadOnly()
isReadOnly
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<T>
public void addItem(T t)
addItem
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<T>
public void clear()
clear
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<T>
public boolean containsItem(T t)
containsItem
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<T>
public void copyToTArray(T[] ts, int i)
copyToTArray
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<T>
public boolean removeItem(T t)
removeItem
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<T>
public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<T> iterator()
Copyright (c) 2016 Aspose. All Rights Reserved.