public static final class Hashtable.Entry extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
deleted |
protected Object |
key |
protected Hashtable.Entry |
next |
protected Hashtable.Entry |
prev |
protected Object |
value |
protected Object key
protected Object value
protected boolean deleted
protected Hashtable.Entry next
protected Hashtable.Entry prev
Copyright © 2023 HtmlUnit. All rights reserved.