org.apache.directory.server.dns.messages
Class ResourceRecords

java.lang.Object
  extended by org.apache.directory.server.dns.messages.ResourceRecords

public class ResourceRecords
extends java.lang.Object


Constructor Summary
ResourceRecords()
           
ResourceRecords(int initialCapacity)
           
 
Method Summary
 void add(ResourceRecord record)
           
 void addAll(java.util.Collection records)
           
 java.util.Iterator iterator()
           
 int size()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceRecords

public ResourceRecords()

ResourceRecords

public ResourceRecords(int initialCapacity)
Method Detail

add

public void add(ResourceRecord record)

addAll

public void addAll(java.util.Collection records)

size

public int size()

iterator

public java.util.Iterator iterator()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.