Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.core.info
Class XInfo

java.lang.Object
  extended by waggle.core.info.XUpdater
      extended by waggle.core.info.XInfo


public final class XInfo
extends XUpdater

This class represents the DTO for Maps between Clients and Servers.

The only real values expected are Strings, Longs, Boolean, List, null and other XInfo maps .. ie. the minimal set of JSON data.

For non-simple types like XGUID and Enums they might be real instances or they might be String or other basic type that need to be converted to the requested type.


Constructor Summary
XInfo()
          Create an empty XInfo.
XInfo(int size)
          Create an empty XInfo, pre-allocating for an initial capacity of size.

 

Method Summary

 

Methods inherited from class waggle.core.info.XUpdater
addAll, contains, entrySet, equals, getArray, getBoolean, getBoolean, getBytes, getBytes, getCollection, getCollectionObjectIDs, getCollectionUpdaters, getDate, getDate, getDouble, getDouble, getEnum, getEnum, getEnumSet, getInteger, getInteger, getInternalMap, getList, getLocale, getLong, getLong, getLongs, getLongs, getMap, getObject, getObjectID, getSessionID, getString, getString, getTimeZone, getUpdater, hashCode, isEmpty, keySet, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, remove, size, toString

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

XInfo

public XInfo()
Create an empty XInfo.

XInfo

public XInfo(int size)
Create an empty XInfo, pre-allocating for an initial capacity of size.
Parameters:
size - The number of entries expected in the XInfo.

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.