Package system.collections.specialized
Class HybridDictionary
- java.lang.Object
- 
- org.mases.jcobridge.netreflection.NetObject
- 
- org.mases.jcobridge.netreflection.NetObjectEnumerable
- 
- system.collections.specialized.HybridDictionary
 
 
 
- 
- All Implemented Interfaces:
- java.lang.Iterable<NetObject>,- IEnumerable,- IJCOBridgeReflected
 
 public class HybridDictionary extends NetObjectEnumerable The base .NET class managing System.Collections.Specialized.HybridDictionary, System.Collections.Specialized, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Specialized.HybridDictionary Powered by JCOBridge: more info at https://www.jcobridge.com - Author:
- MASES s.r.l https://masesgroup.com
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Collections.Specialized, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Collections.Specializedstatic java.lang.StringclassNameQualified class name: System.Collections.Specialized.HybridDictionarystatic JCTypeclassTypeThe type managed from JCOBridge.- 
Fields inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerableNull
 
- 
 - 
Constructor SummaryConstructors Constructor Description HybridDictionary()HybridDictionary(boolean caseInsensitive)HybridDictionary(int initialSize)HybridDictionary(int initialSize, boolean caseInsensitive)HybridDictionary(java.lang.Object instance)Internal constructor.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAdd(NetObject key, NetObject value)static HybridDictionarycast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoHybridDictionary, a cast assert is made to check if types are compatible.voidClear()booleanContains(NetObject key)voidCopyTo(Array array, int index)intgetCount()booleangetIsFixedSize()booleangetIsReadOnly()booleangetIsSynchronized()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeICollectiongetKeys()NetObjectgetSyncRoot()ICollectiongetValues()voidRemove(NetObject key)voidsetJCOInstance(JCObject instance)- 
Methods inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerableGetEnumerator, iterator
 
- 
 
- 
- 
- 
Field Detail- 
assemblyFullNamepublic static final java.lang.String assemblyFullName Fully assembly qualified name: System.Collections.Specialized, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
 
 - 
assemblyShortNamepublic static final java.lang.String assemblyShortName Assembly name: System.Collections.Specialized- See Also:
- Constant Field Values
 
 - 
classNamepublic static final java.lang.String className Qualified class name: System.Collections.Specialized.HybridDictionary- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
HybridDictionarypublic HybridDictionary(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
- java.lang.Throwable
 
 - 
HybridDictionarypublic HybridDictionary() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
HybridDictionarypublic HybridDictionary(boolean caseInsensitive) throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
HybridDictionarypublic HybridDictionary(int initialSize, boolean caseInsensitive) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException
 - 
HybridDictionarypublic HybridDictionary(int initialSize) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException- Throws:
- java.lang.Throwable
- ArgumentOutOfRangeException
- ArgumentException
- InvalidOperationException
- PlatformNotSupportedException
- IndexOutOfRangeException
 
 
- 
 - 
Method Detail- 
getJCOAssemblyNamepublic java.lang.String getJCOAssemblyName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
- getJCOAssemblyNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOAssemblyNamein class- NetObjectEnumerable
- Returns:
- A Stringrepresenting the Fullname of reflected Assembly
 
 - 
getJCOClassNamepublic java.lang.String getJCOClassName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
- getJCOClassNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOClassNamein class- NetObjectEnumerable
- Returns:
- A Stringrepresenting the Fullname of reflected Class
 
 - 
getJCOObjectNamepublic java.lang.String getJCOObjectName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
- getJCOObjectNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOObjectNamein class- NetObjectEnumerable
- Returns:
- A Stringrepresenting the name used to allocated the object in CLR context
 
 - 
getJCOInstancepublic java.lang.Object getJCOInstance() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
- getJCOInstancein interface- IJCOBridgeReflected
- Overrides:
- getJCOInstancein class- NetObjectEnumerable
- Returns:
- An Objectrepresenting the CLR instance of the instantiated Class
 
 - 
setJCOInstancepublic void setJCOInstance(JCObject instance) - Overrides:
- setJCOInstancein class- NetObjectEnumerable
 
 - 
getJCOTypepublic JCType getJCOType() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
- getJCOTypein interface- IJCOBridgeReflected
- Overrides:
- getJCOTypein class- NetObjectEnumerable
- Returns:
- A JCTyperepresenting the CLR Type of the instantiated Class
 
 - 
castpublic static HybridDictionary cast(IJCOBridgeReflected from) throws java.lang.Throwable Try to cast theIJCOBridgeReflectedinstance intoHybridDictionary, a cast assert is made to check if types are compatible.- Parameters:
- from-- IJCOBridgeReflectedinstance to be casted
- Returns:
- HybridDictionaryinstance
- Throws:
- java.lang.Throwable- in case of error during cast operation
 
 - 
Containspublic boolean Contains(NetObject key) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException - Throws:
- java.lang.Throwable
- NotSupportedException
- ArgumentException
- ArgumentNullException
 
 - 
Addpublic void Add(NetObject key, NetObject value) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException 
 - 
Clearpublic void Clear() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
CopyTopublic void CopyTo(Array array, int index) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException 
 - 
Removepublic void Remove(NetObject key) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException - Throws:
- java.lang.Throwable
- ArgumentException
- NotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- ArgumentNullException
 
 - 
getIsFixedSizepublic boolean getIsFixedSize() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
getIsReadOnlypublic boolean getIsReadOnly() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
getIsSynchronizedpublic boolean getIsSynchronized() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
getCountpublic int getCount() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
getKeyspublic ICollection getKeys() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
getValuespublic ICollection getValues() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
getSyncRootpublic NetObject getSyncRoot() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 
- 
 
-