public class IPTable
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IPTable.IPFormatException
Exception Class to deal with IPFormat errors.
|
| Constructor and Description |
|---|
IPTable() |
public void add(java.lang.String ip)
throws IPTable.IPFormatException
ip - IPTable.IPFormatExceptionpublic boolean contains(java.lang.String ip)
throws IPTable.IPFormatException
ip - the address to be testedip is within this table's limitsIPTable.IPFormatExceptionpublic java.util.Set<java.lang.String> toSet()
Copyright © 2018 DuraSpace. All Rights Reserved.