public abstract class IpBlock<I extends java.net.InetAddress>
extends java.lang.Object
| Constructor and Description |
|---|
IpBlock() |
| Modifier and Type | Method and Description |
|---|---|
I |
getAddressAtIndex(java.math.BigInteger index) |
I |
getAddressAtIndex(long index) |
abstract int |
getMaskBits() |
abstract I |
getRandomAddress() |
abstract java.math.BigInteger |
getSize() |
abstract java.lang.Class<I> |
getType() |
public abstract I getRandomAddress()
public I getAddressAtIndex(long index)
public I getAddressAtIndex(java.math.BigInteger index)
public abstract java.lang.Class<I> getType()
public abstract java.math.BigInteger getSize()
public abstract int getMaskBits()