索引
- PersistentCategoryKeyValueContent
- ITreeContent
- ItemContent
- InstantaneousTreeContent
- ICodedTreeContent
- IKeyValueContent
- InstantaneousCodedTreeContent
- InstantaneousKeyValueContent
- IGlobalizationContent
- EntityUtil
- EntityStore
- ICategoryTreeContent
- ICategoryKeyValueContent
- ICodedCategoryTreeContent
- EntityJoin
- EntityCapsule
- CacheKeyValueContent
- CacheTreeContent
- ClassContent
- ProxySupport
- CacheCodedTreeContent
- Business
- ValidationSupport
- Validation
- IFinallyAspect
- Intercept
- InvokeContext
- IProxyLoader
- ProxyFactory
- IAspect
- IAroundAspect
- FinallyAspectSupport
- AroundAspectSupport
- AOPUnknownBreak
- AOPBreak
- AOPTransactionBreak
- GridView
- JSONOut
- Galleria
- package-frame
- package-summary
- package-tree
- package-use
- LoginSessionListener
- ApplicationContextListener
- TransactionFilter
- FileUploader.FileUploaderStatus
- FileUploader
- CharacterEncodingFilter
- ImageRedirectFilter
- FileUploader.FileUploaderListener
- PrintWriterDecorator
- IFormatter
- TokenPool
- HttpServletResponseDecorator
- HttpServletRequestDecorator
- ICryptography
- DynamicSecret
- CryptographySupport
- OrmTransactionContext
- OrmPersistenceFactory
- OrmPersistenceCollection
- CryptographyFactory
- OrmContexts
- OrmDatabaseTransaction
- OrmDefinitionContext
- OrmManipulationQueryContext
- OrmPersistence
- IOrmPersistence
- IOrmManipulationQuery
- IOrmTransaction
- Order
- OrmConstant
- IOrmDefinition
- DatabaseHelperSupport
- Entity
- FieldProperty
- Fields
- XMLFormatter
- SetList
- AggregateField
- Condition
- DatabaseHelper
- JSONFormatter
- ISetList
- MapList
- Names
- NameValue
- ServiceRouter
- StreamView
- TextView
- XMLView
- IMapList
- ServiceController
- RouterSupport
- Router
- RedirectView
- MVCRenderException
- MVCNotFoundException
- MVCInternalException
- JSPRouter
- JSPView
- Model
- MVCException
- MVCInstantiationException
- IModel
- IRouter
- IView
- JSONView
- JSPController
- ImageView
- IController
- HTMLView
- ForwardView
- Controller
- MailSender
- RandomGenerator
- ReflectionUtil
- ReservedWord
- QRCode
- LoggerSupport
- ChinesePinYin
- HttpExecuter
- IdCardValidator
- ImageValidateCode
- User32.RECT
- User32.SIZE
- KCLInformation
- IAppender
- Logger
- User32.POINT
- User32
- Identify
- FacadeDirectory
- FacadeIO
- TextReader
- TextWriter
- LocalizationLanguage
- Convert
- Comments
- WinFormInstallationBuilder
- WebFormInstallationBuilder
- PersistentTreeContent
- ServiceBusiness
- TreeContent
- CallingOnly
- CodeBuilder
- PersistentCategoryTreeContent
- PersistentCodedCategoryTreeContent
- PersistentCodedTreeContent
- PersistentGlobalizationContent
- PersistentKeyValueContent
- XMLDocumentEx
- WxOAuthAdapter
- WxPayAdapter
- WxSupport
- KCLConfig
- XMLDocument
- WxOAthAdapter
- WxAdapterSupport
- WxBasicAdapter
- WxMenuAdapter
- WxMessageDispatcher
- IWxReceivedListener
- TreeNode
- TreeLeaf
- Tree
- Train
- IWxEventListener
- ITreeNode
- MapQueue
- DateTime
- Forest
- ICache
- IMapQueue
- ThreadUnsafe
- UnimplementedException
- Untested
- ThreadSafe
- Cache
- MultiThreadUnitTest
- Debugger
- IUnitTest
- UnitTest
- Tested
- UploadView
- TreeView
- Paging
- StringHelper
- RichText
- Video
- Music
- ListView
- Label
- KCLTag
com.knots.kcl.nvc
Class MapList<K,E>
java.lang.Object com.knots.kcl.nvc.MapList<K,E>
- All Implemented Interfaces:
- IMapList<K,E>, java.lang.Cloneable, java.lang.Iterable<K>
- Direct Known Subclasses:
- NameValue
Deprecated.
@Deprecated public abstract class MapList<K,E>
- extends java.lang.Object
- implements IMapList<K,E>, java.lang.Cloneable
- extends java.lang.Object
Map and list class
Constructor Summary | |
---|---|
MapList() Deprecated. | |
MapList(K[] keys, E[] elements) Deprecated. | |
MapList(MapList<K,E> mapList) Deprecated. |
Method Summary | |
---|---|
int | add(E e) Deprecated. |
int | add(K k, E e) Deprecated. |
void | clear() Deprecated. |
java.lang.Object | clone() Deprecated. |
boolean | containsElement(E e) Deprecated. |
boolean | containsKey(K k) Deprecated. |
E | get(int index) Deprecated. |
E | get(K k) Deprecated. |
E[] | getArray() Deprecated. |
SetList<K> | getKeys() Deprecated. |
java.util.Iterator<K> | getListIterator() Deprecated. |
java.util.Map<K,E> | getMap() Deprecated. |
java.util.Iterator<java.util.Map.Entry<K,E>> | getMapIterator() Deprecated. |
java.util.Iterator<K> | iterator() Deprecated. |
void | remove(int index) Deprecated. |
void | remove(K k) Deprecated. |
void | set(int index, E e) Deprecated. |
void | set(K k, E e) Deprecated. |
int | size() Deprecated. Returns the number of elements in this set-list. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
MapList
public MapList()
- Deprecated.
MapList
public MapList(MapList<K,E> mapList)
- Deprecated.
MapList
public MapList(K[] keys, E[] elements)
- Deprecated.
Method Detail |
---|
clone
public java.lang.Object clone()
iterator
public java.util.Iterator<K> iterator()
- Deprecated.
- Specified by:
iterator
in interfacejava.lang.Iterable<K>
getListIterator
public java.util.Iterator<K> getListIterator()
- Deprecated.
- Specified by:
getListIterator
in interfaceIMapList<K,E>
getMapIterator
public java.util.Iterator<java.util.Map.Entry<K,E>> getMapIterator()
- Deprecated.
- Specified by:
getMapIterator
in interfaceIMapList<K,E>
clear
public void clear()
containsKey
public boolean containsKey(K k)
- Deprecated.
- Specified by:
containsKey
in interfaceIMapList<K,E>
containsElement
public boolean containsElement(E e)
- Deprecated.
- Specified by:
containsElement
in interfaceIMapList<K,E>
size
public int size()
- Deprecated.
- Returns the number of elements in this set-list. If the set-list contains more than Integer.MAX_VALUE elements, returns Integer.MAX_VALUE.
- Returns the number of elements in this set-list. If the set-list contains more than Integer.MAX_VALUE elements, returns Integer.MAX_VALUE.
add
public int add(E e)
add
public int add(K k, E e)
remove
public void remove(int index)
remove
public void remove(K k)
set
public void set(int index, E e)
set
public void set(K k, E e)
get
public E get(int index)
get
public E get(K k)
getArray
public E[] getArray()
getMap
public java.util.Map<K,E> getMap()
getKeys
public SetList<K> getKeys()