|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.util.EventLog.List
public static final class EventLog.List
An immutable tuple used to log a heterogeneous set of loggable items.
The items can be Integer, Long, String, or List.
The maximum number of items is 127
| Constructor Summary | |
|---|---|
EventLog.List(Object... items)
Create a new tuple. |
|
| Method Summary | |
|---|---|
Object |
getItem(int pos)
Get a particular tuple item |
byte |
getNumItems()
Get the number of items in the tuple. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventLog.List(Object... items)
throws IllegalArgumentException
items - The items to create the tuple with, as varargs.
IllegalArgumentException - if the arguments are too few (0),
too many, or aren't loggable types.| Method Detail |
|---|
public final Object getItem(int pos)
pos - The position of the item in the tuplepublic final byte getNumItems()
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||