de.bsvrz.ars.ars.mgmt.tasks
Class BackupTask.KeyValuePair

java.lang.Object
  extended by de.bsvrz.ars.ars.mgmt.tasks.BackupTask.KeyValuePair
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
BackupTask

protected static class BackupTask.KeyValuePair
extends java.lang.Object
implements java.lang.Comparable

Klasse, die ein Schluessel-Wert-Paar darstellt.


Nested Class Summary
static class BackupTask.KeyValuePair.KeyValuePairComparator
          Komparator-Klasse fuer zwei KeyValuePair-Instanzen.
 
Field Summary
static BackupTask.KeyValuePair.KeyValuePairComparator KEY_VALUE_PAIR_COMPARATOR
          Komparator fuer zwei KeyValuePair-Instanzen.
 
Constructor Summary
BackupTask.KeyValuePair(java.lang.String key, long value)
           
 
Method Summary
 int compareTo(java.lang.Object keyValuePair)
           
 java.lang.String getKey()
           
 long getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_VALUE_PAIR_COMPARATOR

public static BackupTask.KeyValuePair.KeyValuePairComparator KEY_VALUE_PAIR_COMPARATOR
Komparator fuer zwei KeyValuePair-Instanzen.

Constructor Detail

BackupTask.KeyValuePair

public BackupTask.KeyValuePair(java.lang.String key,
                               long value)
Method Detail

compareTo

public int compareTo(java.lang.Object keyValuePair)
Specified by:
compareTo in interface java.lang.Comparable

getKey

public java.lang.String getKey()

getValue

public long getValue()


Copyright © 2005-2008 beck et al. projects GmbH All Rights Reserved.