com.mckoi.util

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database DBMS » mckoi » com.mckoi.util 
com.mckoi.util
com.mckoi.util - Miscellaneous utility classes

Miscellaneous utility classes.

Java Source File NameTypeComment
AbstractBlockIntegerList.javaClass An implementation of a list of integer values that are stored across an array of blocks.
BigNumber.javaClass Extends BigDecimal to allow a number to be positive infinity, negative infinity and not-a-number.
BlockIntegerList.javaClass An implementation of AbstractBlockIntegerList that stores all int values in blocks that are entirely stored in main memory.
ByteArrayUtil.javaClass Static utilities for byte arrays.
ByteBuffer.javaClass A wrapper for an array of byte[].
Cache.javaClass Represents a cache of Objects.
CommandLine.javaClass Used to parse a command-line.
GeneralFormatter.javaClass This class provides several static convenience functions for formatting various types of information such as a time frame.
GeneralParser.javaClass This class provides several static convenience functions for parsing various types of character sequences.
HashMapList.javaClass A HashMap that maps from a source to a list of items for that source.
IndexComparator.javaInterface A comparator that is used within BlockIntegerList that compares two int values which are indices to data that is being compared.
IntegerIterator.javaInterface An iterator for a list of integer's.
IntegerListBlockInterface.javaClass A block of an AbstractBlockIntegerList.
IntegerListInterface.javaInterface An interface for querying and accessing a list of primitive integers.
IntegerVector.javaClass Similar to the Vector class, except this can only store integer values.
LengthMarkedBufferedInputStream.javaClass Reads a command block on the underlying stream that is constrained by a length marker preceeding the command.
Log.javaClass A log file/stream that logs some information generated by the system. This is intended to help with debugging.
LogWriter.javaClass A Writer that writes information to a log file that archives old log entries when it goes above a certain size.
PagedInputStream.javaClass An implementation of InputStream that reads data from an underlying representation in fixed sized pages.
ResultOutputUtil.javaClass Utilities for parsing a ResultSet and outputing it in different forms.
SearchResults.javaClass This object stores the result of a given search.
ShellUserTerminal.javaClass An implementation of UserTerminal that uses the shell terminal via System.in and System.out.
SortUtil.javaClass Provides various sort utilities for a list of objects that implement Comparable.
Stats.javaClass An object that is used to store and update various stats.
StringListBucket.javaClass A utility container class for holding a list of strings.
StringUtil.javaClass Various String utilities.
TimeFrame.javaClass An immutable object that represents a frame of time down to the accuracy of a millisecond.
UserTerminal.javaInterface An interface that represents a terminal that is asked questions in human and machine understandable terms, and sends answers.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.