Package system.collections.specialized
Class IOrderedDictionaryImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- org.mases.jcobridge.netreflection.IEnumerableImplementation
-
- system.collections.specialized.IOrderedDictionaryImplementation
-
- All Implemented Interfaces:
java.lang.Iterable<NetObject>,IEnumerable,IJCOBridgeReflected,ICollection,IDictionary,IOrderedDictionary
public class IOrderedDictionaryImplementation extends IEnumerableImplementation implements IOrderedDictionary
The base .NET class managing System.Collections.Specialized.IOrderedDictionary, 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.IOrderedDictionary
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields 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.IOrderedDictionarystatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IOrderedDictionaryImplementation(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAdd(NetObject key, NetObject value)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()voidInsert(int index, NetObject key, NetObject value)voidRemove(NetObject key)voidRemoveAt(int index)static IOrderedDictionaryToIOrderedDictionary(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoIOrderedDictionary, a cast assert is made to check if types are compatible.-
Methods inherited from class org.mases.jcobridge.netreflection.IEnumerableImplementation
GetEnumerator, iterator, ToIEnumerable
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
Methods inherited from interface org.mases.jcobridge.netreflection.IEnumerable
GetEnumerator
-
-
-
-
Field Detail
-
assemblyFullName
public 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
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Collections.Specialized- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Collections.Specialized.IOrderedDictionary- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceICollection- Specified by:
getJCOAssemblyNamein interfaceIDictionary- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceIOrderedDictionary- Overrides:
getJCOAssemblyNamein classIEnumerableImplementation- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceICollection- Specified by:
getJCOClassNamein interfaceIDictionary- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceIOrderedDictionary- Overrides:
getJCOClassNamein classIEnumerableImplementation- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceICollection- Specified by:
getJCOObjectNamein interfaceIDictionary- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceIOrderedDictionary- Overrides:
getJCOObjectNamein classIEnumerableImplementation- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceICollection- Specified by:
getJCOInstancein interfaceIDictionary- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceIOrderedDictionary- Overrides:
getJCOInstancein classIEnumerableImplementation- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceICollection- Specified by:
getJCOTypein interfaceIDictionary- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceIOrderedDictionary- Overrides:
getJCOTypein classIEnumerableImplementation- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
ToIOrderedDictionary
public static IOrderedDictionary ToIOrderedDictionary(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoIOrderedDictionary, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
IOrderedDictionaryinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Contains
public boolean Contains(NetObject key) throws java.lang.Throwable
- Specified by:
Containsin interfaceIDictionary- Throws:
java.lang.Throwable
-
Add
public void Add(NetObject key, NetObject value) throws java.lang.Throwable
- Specified by:
Addin interfaceIDictionary- Throws:
java.lang.Throwable
-
Clear
public void Clear() throws java.lang.Throwable- Specified by:
Clearin interfaceIDictionary- Throws:
java.lang.Throwable
-
CopyTo
public void CopyTo(Array array, int index) throws java.lang.Throwable
- Specified by:
CopyToin interfaceICollection- Throws:
java.lang.Throwable
-
Insert
public void Insert(int index, NetObject key, NetObject value) throws java.lang.Throwable- Specified by:
Insertin interfaceIOrderedDictionary- Throws:
java.lang.Throwable
-
Remove
public void Remove(NetObject key) throws java.lang.Throwable
- Specified by:
Removein interfaceIDictionary- Throws:
java.lang.Throwable
-
RemoveAt
public void RemoveAt(int index) throws java.lang.Throwable- Specified by:
RemoveAtin interfaceIOrderedDictionary- Throws:
java.lang.Throwable
-
getIsFixedSize
public boolean getIsFixedSize() throws java.lang.Throwable- Specified by:
getIsFixedSizein interfaceIDictionary- Throws:
java.lang.Throwable
-
getIsReadOnly
public boolean getIsReadOnly() throws java.lang.Throwable- Specified by:
getIsReadOnlyin interfaceIDictionary- Throws:
java.lang.Throwable
-
getIsSynchronized
public boolean getIsSynchronized() throws java.lang.Throwable- Specified by:
getIsSynchronizedin interfaceICollection- Throws:
java.lang.Throwable
-
getCount
public int getCount() throws java.lang.Throwable- Specified by:
getCountin interfaceICollection- Throws:
java.lang.Throwable
-
getKeys
public ICollection getKeys() throws java.lang.Throwable
- Specified by:
getKeysin interfaceIDictionary- Throws:
java.lang.Throwable
-
getValues
public ICollection getValues() throws java.lang.Throwable
- Specified by:
getValuesin interfaceIDictionary- Throws:
java.lang.Throwable
-
getSyncRoot
public NetObject getSyncRoot() throws java.lang.Throwable
- Specified by:
getSyncRootin interfaceICollection- Throws:
java.lang.Throwable
-
-