All Packages  This Package  Class Hierarchy  Class Search  Index

Inner Class bmsi.fsp.Keyboard.Key
java.lang.Object
   |
   +----bmsi.fsp.Keyboard.Key

  Summary

static class  Keyboard.Key
     extends java.lang.Object
{
          // Fields 4
     Keyboard.Key brn;
     final byte ch;
     Keyboard.Key nxt;
     int vk;

          // Constructors 1
     Key(int);

}

An incremental key recognizer node. When you think about the overhead of a byte[], this structure really doesn't take any more memory than an array of byte[] and int - and it doesn't need sorting.




  Fields

· nxt

Summary  |  Top

   Keyboard.Key nxt


· brn

Summary  |  Top
   Keyboard.Key brn


· vk

Summary  |  Top
   int vk


· ch

Summary  |  Top
   final byte ch


  Constructors

· Key

Summary  |  Top

   Key(int c) 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7