See: Description
| Class | Description |
|---|---|
| ArrayList<E> |
A mutable second-class ArrayList object.
|
| BitSet |
A mutable second-class BitSet object.
|
| Collection<E> |
A mutable second-class Collection object.
|
| Date |
A mutable second-class date object.
|
| GregorianCalendar |
A mutable second-class GregorianCalendar object.
|
| HashMap<K,V> |
A mutable second-class HashMap object.
|
| HashSet<E> |
A mutable second-class HashSet object.
|
| Hashtable<K,V> |
A mutable second-class Hashtable object.
|
| LinkedHashMap<K,V> |
A mutable second-class LinkedHashMap object.
|
| LinkedHashSet<E> |
A mutable second-class LinkedHashSet object.
|
| LinkedList<E> |
A mutable second-class LinkedList object.
|
| List<E> |
A mutable second-class List object.
|
| Map<K,V> |
A mutable second-class Map object.
|
| PriorityQueue<E> |
A mutable second-class PriorityQueue object.
|
| Properties |
A mutable second-class Properties object.
|
| Queue<E> |
A mutable second-class Queue object.
|
| Set<E> |
A mutable second-class Set object.
|
| SortedMap<K,V> |
A mutable second-class SortedMap object.
|
| SortedSet<E> |
A mutable second-class SortedSet object.
|
| SqlDate |
A mutable second-class SQL date object.
|
| SqlTime |
A mutable second-class SQLTime object.
|
| SqlTimestamp |
A mutable second-class SQL timestamp object.
|
| Stack<E> |
A mutable second-class Stack object.
|
| TreeMap<K,V> |
A mutable second-class TreeMap object.
|
| TreeSet<E> |
A mutable second-class TreeSet object.
|
| Vector<E> |
A mutable second-class Vector object.
|
Copyright © 2020. All rights reserved.