Deletes all Records from an RRset
()
| 103 | |
| 104 | /** Deletes all Records from an RRset */ |
| 105 | public synchronized void |
| 106 | clear() { |
| 107 | rrs.clear(); |
| 108 | position = 0; |
| 109 | nsigs = 0; |
| 110 | } |
| 111 | |
| 112 | private synchronized Iterator |
| 113 | iterator(boolean data, boolean cycle) { |
no outgoing calls