KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > concurrent > locks > ReentrantReadWriteLock > Top Examples

  • org.jivesoftware.messenger.spi.RoutingTableImpl
    <p>Uses simple hashtables for table storage.</p> <p>Leaves in the tree are indicated by a PacketHandler, while branches are stored in hashtables. Traverse the tree according to an XMPPAddress' fields (host -> name -> resource) and when you hit a PacketHandler, you have foun ...
Popular Tags