public final class

SwitchData

extends Object
java.lang.Object
   ↳ sun.tools.asm.SwitchData

Class Overview

WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.

Summary

Public Constructors
SwitchData()
Public Methods
void add(int n, Label lbl)
Add a label
void addTableCase(int index, long where)
void addTableDefault(long where)
Label get(int n)
Get a label
Label get(Integer n)
Get a label
boolean getDefault()
Label getDefaultLabel()
Get the default label
void initTableCase()
synchronized Enumeration sortedKeys()
Return the keys of this enumaration sorted in ascending order
long whereCase(Object key)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SwitchData ()

Public Methods

public void add (int n, Label lbl)

Add a label

public void addTableCase (int index, long where)

public void addTableDefault (long where)

public Label get (int n)

Get a label

public Label get (Integer n)

Get a label

public boolean getDefault ()

public Label getDefaultLabel ()

Get the default label

public void initTableCase ()

public synchronized Enumeration sortedKeys ()

Return the keys of this enumaration sorted in ascending order

public long whereCase (Object key)