| Package | Description |
|---|---|
| soot.util |
Generally useful utility classes for Soot.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<E,HashChain.Link<E>> |
HashChain.map |
| Modifier and Type | Method and Description |
|---|---|
HashChain.Link<X> |
HashChain.Link.getNext() |
HashChain.Link<X> |
HashChain.Link.getPrevious() |
HashChain.Link<X> |
HashChain.Link.insertAfter(X item) |
HashChain.Link<X> |
HashChain.Link.insertBefore(X item) |
| Modifier and Type | Method and Description |
|---|---|
void |
HashChain.Link.setNext(HashChain.Link<X> link) |
void |
HashChain.Link.setPrevious(HashChain.Link<X> link) |
Copyright © 2020 Soot OSS. All rights reserved.