C# Class org.phprpc.util.AssocArray

Inheritance: IDictionary, IList, ICollection, IEnumerable, ICloneable
Exibir arquivo Open project: bluelovers/phprpc Class Usage Examples

Public Methods

Method Description
Add ( Object value ) : Int32
Add ( Object key, Object value ) : void
AssocArray ( ) : System
AssocArray ( ICollection c ) : System
AssocArray ( IDictionary d ) : System
AssocArray ( Int32 capacity ) : System
AssocArray ( Int32 capacity, System.Single loadFactor ) : System
Clear ( ) : void
Clone ( ) : Object
Contains ( Object key ) : System.Boolean
CopyTo ( Array array, Int32 index ) : void
GetEnumerator ( ) : IDictionaryEnumerator
IndexOf ( Object value ) : Int32
Insert ( Int32 index, Object value ) : void
Remove ( Object key ) : void
RemoveAt ( Int32 index ) : void
this ( Int32 index ) : Object
this ( Object key ) : Object
this ( String key ) : Object
toArrayList ( ) : ArrayList
toHashtable ( ) : Hashtable

Private Methods

Method Description
IEnumerable ( ) : IEnumerator
IList ( Object value ) : System.Boolean
IList ( Object value ) : void
setArrayList ( ) : void

Method Details

Add() public method

public Add ( Object value ) : Int32
value Object
return System.Int32

Add() public method

public Add ( Object key, Object value ) : void
key Object
value Object
return void

AssocArray() public method

public AssocArray ( ) : System
return System

AssocArray() public method

public AssocArray ( ICollection c ) : System
c ICollection
return System

AssocArray() public method

public AssocArray ( IDictionary d ) : System
d IDictionary
return System

AssocArray() public method

public AssocArray ( Int32 capacity ) : System
capacity System.Int32
return System

AssocArray() public method

public AssocArray ( Int32 capacity, System.Single loadFactor ) : System
capacity System.Int32
loadFactor System.Single
return System

Clear() public method

public Clear ( ) : void
return void

Clone() public method

public Clone ( ) : Object
return Object

Contains() public method

public Contains ( Object key ) : System.Boolean
key Object
return System.Boolean

CopyTo() public method

public CopyTo ( Array array, Int32 index ) : void
array System.Array
index System.Int32
return void

GetEnumerator() public method

public GetEnumerator ( ) : IDictionaryEnumerator
return IDictionaryEnumerator

IndexOf() public method

public IndexOf ( Object value ) : Int32
value Object
return System.Int32

Insert() public method

public Insert ( Int32 index, Object value ) : void
index System.Int32
value Object
return void

Remove() public method

public Remove ( Object key ) : void
key Object
return void

RemoveAt() public method

public RemoveAt ( Int32 index ) : void
index System.Int32
return void

this() public method

public this ( Int32 index ) : Object
index System.Int32
return Object

this() public method

public this ( Object key ) : Object
key Object
return Object

this() public method

public this ( String key ) : Object
key String
return Object

toArrayList() public method

public toArrayList ( ) : ArrayList
return System.Collections.ArrayList

toHashtable() public method

public toHashtable ( ) : Hashtable
return System.Collections.Hashtable