ref_send API 2.17
defensive programming in Java

Uses of Class
org.ref_send.brand.Brand

Packages that use Brand
org.ref_send.brand An opaque, globally unique identifier. 
 

Uses of Brand in org.ref_send.brand
 

Fields in org.ref_send.brand declared as Brand
 Brand<?> WrongBrand.actual
          actual brand
 Brand<?> WrongBrand.expected
          expected brand
 Brand<T> Amount.unit
          unit of Amount.value
 

Methods in org.ref_send.brand that return Brand
static
<T> Brand<T>
Brand.make()
          Constructs an instance.
 

Methods in org.ref_send.brand with parameters of type Brand
static
<T> void
Brand.require(Brand<T> expected, Brand<T> actual)
          Requires that one brand is the same as another.
static
<T> void
Brand.require(Brand<T> expected, Brand<T> actual)
          Requires that one brand is the same as another.
 

Constructors in org.ref_send.brand with parameters of type Brand
Amount(Brand<T> unit, long value)
          Constructs an instance.
WrongBrand(Brand<?> expected, Brand<?> actual)
          Constructs an instance.
WrongBrand(Brand<?> expected, Brand<?> actual)
          Constructs an instance.
 


ref_send API 2.17
defensive programming in Java

Submit a bug or feature, or get help

Copyright 1998-2009 Waterken Inc. under the terms of the MIT X license.