jp.littlesoft.data
クラス Table.SortKey
java.lang.Object
jp.littlesoft.data.Table.SortKey
- すべての実装されたインタフェース:
- Serializable
- 含まれているクラス:
- Table<E extends Serializable>
public static final class Table.SortKey
- extends Object
- implements Serializable
SortKeyクラス。
- 作成者:
- LittleSoft Corporation
- 関連項目:
- 直列化された形式
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Table.SortKey
public Table.SortKey(String columnName)
- 引数 columnName で指定された列名で SortKey オブジェクトを生成します。
- パラメータ:
columnName
- 列名
Table.SortKey
public Table.SortKey(String columnName,
boolean ascending)
getColumnName
public String getColumnName()
isAscending
public boolean isAscending()
Copyright (C) 2006-2012 LittleSoft Corporation. All Rights Reserved.