org.neo4j.helpers
Class Format

java.lang.Object
  extended by org.neo4j.helpers.Format

public class Format
extends Object


Method Summary
static String bytes(long bytes)
           
static String date()
           
static String date(Date date)
           
static String date(long millis)
           
static String time()
           
static String time(Date date)
           
static String time(long millis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

date

public static String date()

date

public static String date(long millis)

date

public static String date(Date date)

time

public static String time()

time

public static String time(long millis)

time

public static String time(Date date)

bytes

public static String bytes(long bytes)


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.