_global_
Class Map

java.lang.Object
  extended by _global_.Map
Direct Known Subclasses:
Dimension

public class Map
extends java.lang.Object

A map in Javascript is as follows.

{
  value: 123,
  type: 'my.type',
  data: []
}

See Also:
Array

Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo