org.apache.fontbox.cff

Class CFFOperator.Key

public static class CFFOperator.Key extends Object

This class is a holder for a key value. It consists of one or two bytes.

Author: Villu Russmann

Constructor Summary
Key(int b0)
Constructor.
Key(int b0, int b1)
Constructor.
Method Summary
booleanequals(Object object)
int[]getValue()
Returns the value of the key.
inthashCode()
StringtoString()

Constructor Detail

Key

public Key(int b0)
Constructor.

Parameters: b0 the one byte value

Key

public Key(int b0, int b1)
Constructor.

Parameters: b0 the first byte of a two byte value b1 the second byte of a two byte value

Method Detail

equals

public boolean equals(Object object)
{@inheritDoc }

getValue

public int[] getValue()
Returns the value of the key.

Returns: the value

hashCode

public int hashCode()
{@inheritDoc }

toString

public String toString()
{@inheritDoc }
Copyright © 2008-2011 Apache Software Foundation. All Rights Reserved.