Holger's
Java API

Uses of Class
com.antelmann.util.SimpleEntry

Packages that use SimpleEntry
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
com.antelmann.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
com.antelmann.util This package contains generally useful classes that are used throughout the other packages in this framework. 
 

Uses of SimpleEntry in com.antelmann.net
 

Methods in com.antelmann.net that return types with arguments of type SimpleEntry
 List<SimpleEntry<String,String>> CGI.getHeaders()
           
 

Uses of SimpleEntry in com.antelmann.sql
 

Methods in com.antelmann.sql that return types with arguments of type SimpleEntry
 HashMap<String,SimpleEntry<String,String>> ConnectionHelper.getForeingKeys(String table)
           
 

Uses of SimpleEntry in com.antelmann.util
 

Subclasses of SimpleEntry in com.antelmann.util
static class SimpleEntry.Editable<K,V>
          makes SimpleEntry.Editable.setKey(Object) public
static class SimpleEntry.Immutable<K,V>
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads