List of usage examples for java.util Set interface-usage
From source file com.symbian.driver.core.controller.tasks.ExecuteTransferSet.java
/**
* Creates a fileset where each fileset relates directly to one SIS file. On
* each fileset the following operations can occur:
* <ul>
* <li></li>
* </ul>
From source file ArraySet.java
/**
* A set acts like array.
*
* @author higa
* @param <E>
* the element type
From source file de.joinout.criztovyl.tools.files.FileList.java
/**
* This is a class that holds a list of files and directories inside a directory. It also can scan a directory and find all files inside.<br>
* After scanning, the file list can be saved to a file for later use.<br>
* You can ignore files which matches an regular expression.<br>
* Object can be saved as JSON.<br>
* The list also holds when it was last time listed, also for later usage.<br>
From source file ListSet.java
/** * This class is backed by an ArrayList. Features are * 1) Ensure the Set functionality of unique elements(including a null) in this data structure * 2) Iterate through the list in the order in which the entries were made */ class ListSet implements Set, Cloneable, Serializable {
From source file CountedNumberedSet.java
class NumberedSet implements Set { private int max; private Map nset; public NumberedSet() {
From source file IdentityMap.java
/**
* An IdentitySet that uses reference-equality instead of object-equality. According
* to its special function it violates some design contracts of the <code>Set</code>
* interface.
*
* @author <a href="mailto:ralf DOT joachim AT syscon DOT eu">Ralf Joachim</a>
From source file ListMap.java
/** * This class is backed by an ArrayList. Features are * 1) Ensure the Set functionality of unique elements(including a null) in this data structure * 2) Iterate through the list in the order in which the entries were made */ class ListSet implements Set, Cloneable, Serializable {
From source file FileBaseDataMap.java
class FileBaseDataMapSet extends AbstractSet implements Set { private FileBaseDataMap fileBaseDataMap = null; // public FileBaseDataMapSet(FileBaseDataMap fileBaseDataMap) {
From source file okuyama.imdst.util.FileBaseDataMap.java
class FileBaseDataMapSet extends AbstractSet implements Set, Cloneable, Serializable { private FileBaseDataMap fileBaseDataMap = null; // public FileBaseDataMapSet(FileBaseDataMap fileBaseDataMap) {