|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.Base
com.tangosol.util.RestrictedCollections.RestrictedCollection
com.tangosol.util.RestrictedCollections.RestrictedSet
public static class RestrictedCollections.RestrictedSet
A restricted Set that requires its contents to be of a specified class.
| Field Summary |
|---|
| Fields inherited from class com.tangosol.util.RestrictedCollections.RestrictedCollection |
|---|
m_clz, m_col |
| Constructor Summary | |
|---|---|
RestrictedCollections.RestrictedSet(java.util.Set set, java.lang.Class clz)Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class com.tangosol.util.RestrictedCollections.RestrictedCollection |
|---|
add, addAll, checkObject, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Constructor Detail |
|---|
public RestrictedCollections.RestrictedSet(java.util.Set set,
java.lang.Class clz)
set - the underlying Setclz - the class of objects that may be stored in the Set
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||