001package org.unix4j.unix.sort; 002 003import java.util.Arrays; 004import java.util.Collections; 005import java.util.EnumSet; 006import java.util.Iterator; 007import org.unix4j.option.Option; 008 009import org.unix4j.unix.Sort; 010 011/** 012 * Option sets for the {@link Sort sort} command with 013 * the following options: {@link #c c}, {@link #d d}, {@link #f f}, {@link #b b}, {@link #M M}, {@link #r r}, {@link #u u}. 014 * <p> 015 * Application code does normally not directly refer to this class; 016 * {@link Sort#Options} should be used instead to specify command 017 * options. See also {@link org.unix4j.unix.sort.SortOptions} for more information. 018 */ 019public enum SortOptionSet_Mbcdfru implements SortOptions { 020 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreCase f}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #reverse r}, {@link #unique u}.*/ 021 Active_Mbcdfru( 022 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 023 true, 024 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreCase, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.reverse, SortOption.unique 025 ), 026 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreCase f}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #reverse r}, {@link #unique u}.*/ 027 Active_Mbcdfru_long( 028 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 029 false, 030 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreCase, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.reverse, SortOption.unique 031 ), 032 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreCase f}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #unique u}.*/ 033 Active_Mbcdfu( 034 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mbcdfru, /*reverse:*/Active_Mbcdfru_long, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 035 true, 036 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreCase, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.unique 037 ), 038 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreCase f}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #unique u}.*/ 039 Active_Mbcdfu_long( 040 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mbcdfru, /*reverse:*/Active_Mbcdfru_long, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 041 false, 042 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreCase, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.unique 043 ), 044 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #reverse r}, {@link #unique u}.*/ 045 Active_Mbcdru( 046 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/Active_Mbcdfru, /*ignoreCase:*/Active_Mbcdfru_long, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 047 true, 048 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.reverse, SortOption.unique 049 ), 050 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #reverse r}, {@link #unique u}.*/ 051 Active_Mbcdru_long( 052 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/Active_Mbcdfru, /*ignoreCase:*/Active_Mbcdfru_long, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 053 false, 054 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.reverse, SortOption.unique 055 ), 056 /** Option set with the following active options: {@link #check c}, {@link #ignoreCase f}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #reverse r}, {@link #unique u}.*/ 057 Active_Mbcfru( 058 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mbcdfru, /*dictionaryOrder:*/Active_Mbcdfru_long, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 059 true, 060 /*active:*/SortOption.check, SortOption.ignoreCase, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.reverse, SortOption.unique 061 ), 062 /** Option set with the following active options: {@link #check c}, {@link #ignoreCase f}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #reverse r}, {@link #unique u}.*/ 063 Active_Mbcfru_long( 064 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mbcdfru, /*dictionaryOrder:*/Active_Mbcdfru_long, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 065 false, 066 /*active:*/SortOption.check, SortOption.ignoreCase, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.reverse, SortOption.unique 067 ), 068 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreCase f}, {@link #monthSort M}, {@link #reverse r}, {@link #unique u}.*/ 069 Active_Mcdfru( 070 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/Active_Mbcdfru, /*ignoreLeadingBlanks:*/Active_Mbcdfru_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 071 true, 072 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreCase, SortOption.monthSort, SortOption.reverse, SortOption.unique 073 ), 074 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreCase f}, {@link #monthSort M}, {@link #reverse r}, {@link #unique u}.*/ 075 Active_Mcdfru_long( 076 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/Active_Mbcdfru, /*ignoreLeadingBlanks:*/Active_Mbcdfru_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 077 false, 078 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreCase, SortOption.monthSort, SortOption.reverse, SortOption.unique 079 ), 080 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreCase f}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #reverse r}.*/ 081 Active_Mbcdfr( 082 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/Active_Mbcdfru, /*unique:*/Active_Mbcdfru_long, 083 true, 084 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreCase, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.reverse 085 ), 086 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreCase f}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #reverse r}.*/ 087 Active_Mbcdfr_long( 088 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/Active_Mbcdfru, /*unique:*/Active_Mbcdfru_long, 089 false, 090 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreCase, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.reverse 091 ), 092 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #unique u}.*/ 093 Active_Mbcdu( 094 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/Active_Mbcdfu, /*ignoreCase:*/Active_Mbcdfu_long, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mbcdru, /*reverse:*/Active_Mbcdru_long, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 095 true, 096 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.unique 097 ), 098 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #unique u}.*/ 099 Active_Mbcdu_long( 100 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/Active_Mbcdfu, /*ignoreCase:*/Active_Mbcdfu_long, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mbcdru, /*reverse:*/Active_Mbcdru_long, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 101 false, 102 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.unique 103 ), 104 /** Option set with the following active options: {@link #check c}, {@link #ignoreCase f}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #unique u}.*/ 105 Active_Mbcfu( 106 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mbcdfu, /*dictionaryOrder:*/Active_Mbcdfu_long, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mbcfru, /*reverse:*/Active_Mbcfru_long, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 107 true, 108 /*active:*/SortOption.check, SortOption.ignoreCase, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.unique 109 ), 110 /** Option set with the following active options: {@link #check c}, {@link #ignoreCase f}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #unique u}.*/ 111 Active_Mbcfu_long( 112 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mbcdfu, /*dictionaryOrder:*/Active_Mbcdfu_long, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mbcfru, /*reverse:*/Active_Mbcfru_long, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 113 false, 114 /*active:*/SortOption.check, SortOption.ignoreCase, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.unique 115 ), 116 /** Option set with the following active options: {@link #check c}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #reverse r}, {@link #unique u}.*/ 117 Active_Mbcru( 118 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mbcdru, /*dictionaryOrder:*/Active_Mbcdru_long, /*f:*/Active_Mbcfru, /*ignoreCase:*/Active_Mbcfru_long, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 119 true, 120 /*active:*/SortOption.check, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.reverse, SortOption.unique 121 ), 122 /** Option set with the following active options: {@link #check c}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #reverse r}, {@link #unique u}.*/ 123 Active_Mbcru_long( 124 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mbcdru, /*dictionaryOrder:*/Active_Mbcdru_long, /*f:*/Active_Mbcfru, /*ignoreCase:*/Active_Mbcfru_long, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 125 false, 126 /*active:*/SortOption.check, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.reverse, SortOption.unique 127 ), 128 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreCase f}, {@link #monthSort M}, {@link #unique u}.*/ 129 Active_Mcdfu( 130 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/Active_Mbcdfu, /*ignoreLeadingBlanks:*/Active_Mbcdfu_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mcdfru, /*reverse:*/Active_Mcdfru_long, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 131 true, 132 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreCase, SortOption.monthSort, SortOption.unique 133 ), 134 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreCase f}, {@link #monthSort M}, {@link #unique u}.*/ 135 Active_Mcdfu_long( 136 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/Active_Mbcdfu, /*ignoreLeadingBlanks:*/Active_Mbcdfu_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mcdfru, /*reverse:*/Active_Mcdfru_long, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 137 false, 138 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreCase, SortOption.monthSort, SortOption.unique 139 ), 140 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #monthSort M}, {@link #reverse r}, {@link #unique u}.*/ 141 Active_Mcdru( 142 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/Active_Mcdfru, /*ignoreCase:*/Active_Mcdfru_long, /*b:*/Active_Mbcdru, /*ignoreLeadingBlanks:*/Active_Mbcdru_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 143 true, 144 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.monthSort, SortOption.reverse, SortOption.unique 145 ), 146 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #monthSort M}, {@link #reverse r}, {@link #unique u}.*/ 147 Active_Mcdru_long( 148 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/Active_Mcdfru, /*ignoreCase:*/Active_Mcdfru_long, /*b:*/Active_Mbcdru, /*ignoreLeadingBlanks:*/Active_Mbcdru_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 149 false, 150 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.monthSort, SortOption.reverse, SortOption.unique 151 ), 152 /** Option set with the following active options: {@link #check c}, {@link #ignoreCase f}, {@link #monthSort M}, {@link #reverse r}, {@link #unique u}.*/ 153 Active_Mcfru( 154 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mcdfru, /*dictionaryOrder:*/Active_Mcdfru_long, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/Active_Mbcfru, /*ignoreLeadingBlanks:*/Active_Mbcfru_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 155 true, 156 /*active:*/SortOption.check, SortOption.ignoreCase, SortOption.monthSort, SortOption.reverse, SortOption.unique 157 ), 158 /** Option set with the following active options: {@link #check c}, {@link #ignoreCase f}, {@link #monthSort M}, {@link #reverse r}, {@link #unique u}.*/ 159 Active_Mcfru_long( 160 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mcdfru, /*dictionaryOrder:*/Active_Mcdfru_long, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/Active_Mbcfru, /*ignoreLeadingBlanks:*/Active_Mbcfru_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 161 false, 162 /*active:*/SortOption.check, SortOption.ignoreCase, SortOption.monthSort, SortOption.reverse, SortOption.unique 163 ), 164 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreCase f}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}.*/ 165 Active_Mbcdf( 166 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mbcdfr, /*reverse:*/Active_Mbcdfr_long, /*u:*/Active_Mbcdfu, /*unique:*/Active_Mbcdfu_long, 167 true, 168 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreCase, SortOption.ignoreLeadingBlanks, SortOption.monthSort 169 ), 170 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreCase f}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}.*/ 171 Active_Mbcdf_long( 172 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mbcdfr, /*reverse:*/Active_Mbcdfr_long, /*u:*/Active_Mbcdfu, /*unique:*/Active_Mbcdfu_long, 173 false, 174 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreCase, SortOption.ignoreLeadingBlanks, SortOption.monthSort 175 ), 176 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #reverse r}.*/ 177 Active_Mbcdr( 178 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/Active_Mbcdfr, /*ignoreCase:*/Active_Mbcdfr_long, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/Active_Mbcdru, /*unique:*/Active_Mbcdru_long, 179 true, 180 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.reverse 181 ), 182 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #reverse r}.*/ 183 Active_Mbcdr_long( 184 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/Active_Mbcdfr, /*ignoreCase:*/Active_Mbcdfr_long, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/Active_Mbcdru, /*unique:*/Active_Mbcdru_long, 185 false, 186 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.reverse 187 ), 188 /** Option set with the following active options: {@link #check c}, {@link #ignoreCase f}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #reverse r}.*/ 189 Active_Mbcfr( 190 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mbcdfr, /*dictionaryOrder:*/Active_Mbcdfr_long, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/Active_Mbcfru, /*unique:*/Active_Mbcfru_long, 191 true, 192 /*active:*/SortOption.check, SortOption.ignoreCase, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.reverse 193 ), 194 /** Option set with the following active options: {@link #check c}, {@link #ignoreCase f}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #reverse r}.*/ 195 Active_Mbcfr_long( 196 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mbcdfr, /*dictionaryOrder:*/Active_Mbcdfr_long, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/Active_Mbcfru, /*unique:*/Active_Mbcfru_long, 197 false, 198 /*active:*/SortOption.check, SortOption.ignoreCase, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.reverse 199 ), 200 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreCase f}, {@link #monthSort M}, {@link #reverse r}.*/ 201 Active_Mcdfr( 202 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/Active_Mbcdfr, /*ignoreLeadingBlanks:*/Active_Mbcdfr_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/Active_Mcdfru, /*unique:*/Active_Mcdfru_long, 203 true, 204 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreCase, SortOption.monthSort, SortOption.reverse 205 ), 206 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreCase f}, {@link #monthSort M}, {@link #reverse r}.*/ 207 Active_Mcdfr_long( 208 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/Active_Mbcdfr, /*ignoreLeadingBlanks:*/Active_Mbcdfr_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/Active_Mcdfru, /*unique:*/Active_Mcdfru_long, 209 false, 210 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreCase, SortOption.monthSort, SortOption.reverse 211 ), 212 /** Option set with the following active options: {@link #check c}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #unique u}.*/ 213 Active_Mbcu( 214 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mbcdu, /*dictionaryOrder:*/Active_Mbcdu_long, /*f:*/Active_Mbcfu, /*ignoreCase:*/Active_Mbcfu_long, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mbcru, /*reverse:*/Active_Mbcru_long, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 215 true, 216 /*active:*/SortOption.check, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.unique 217 ), 218 /** Option set with the following active options: {@link #check c}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #unique u}.*/ 219 Active_Mbcu_long( 220 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mbcdu, /*dictionaryOrder:*/Active_Mbcdu_long, /*f:*/Active_Mbcfu, /*ignoreCase:*/Active_Mbcfu_long, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mbcru, /*reverse:*/Active_Mbcru_long, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 221 false, 222 /*active:*/SortOption.check, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.unique 223 ), 224 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #monthSort M}, {@link #unique u}.*/ 225 Active_Mcdu( 226 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/Active_Mcdfu, /*ignoreCase:*/Active_Mcdfu_long, /*b:*/Active_Mbcdu, /*ignoreLeadingBlanks:*/Active_Mbcdu_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mcdru, /*reverse:*/Active_Mcdru_long, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 227 true, 228 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.monthSort, SortOption.unique 229 ), 230 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #monthSort M}, {@link #unique u}.*/ 231 Active_Mcdu_long( 232 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/Active_Mcdfu, /*ignoreCase:*/Active_Mcdfu_long, /*b:*/Active_Mbcdu, /*ignoreLeadingBlanks:*/Active_Mbcdu_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mcdru, /*reverse:*/Active_Mcdru_long, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 233 false, 234 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.monthSort, SortOption.unique 235 ), 236 /** Option set with the following active options: {@link #check c}, {@link #ignoreCase f}, {@link #monthSort M}, {@link #unique u}.*/ 237 Active_Mcfu( 238 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mcdfu, /*dictionaryOrder:*/Active_Mcdfu_long, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/Active_Mbcfu, /*ignoreLeadingBlanks:*/Active_Mbcfu_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mcfru, /*reverse:*/Active_Mcfru_long, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 239 true, 240 /*active:*/SortOption.check, SortOption.ignoreCase, SortOption.monthSort, SortOption.unique 241 ), 242 /** Option set with the following active options: {@link #check c}, {@link #ignoreCase f}, {@link #monthSort M}, {@link #unique u}.*/ 243 Active_Mcfu_long( 244 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mcdfu, /*dictionaryOrder:*/Active_Mcdfu_long, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/Active_Mbcfu, /*ignoreLeadingBlanks:*/Active_Mbcfu_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mcfru, /*reverse:*/Active_Mcfru_long, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 245 false, 246 /*active:*/SortOption.check, SortOption.ignoreCase, SortOption.monthSort, SortOption.unique 247 ), 248 /** Option set with the following active options: {@link #check c}, {@link #monthSort M}, {@link #reverse r}, {@link #unique u}.*/ 249 Active_Mcru( 250 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mcdru, /*dictionaryOrder:*/Active_Mcdru_long, /*f:*/Active_Mcfru, /*ignoreCase:*/Active_Mcfru_long, /*b:*/Active_Mbcru, /*ignoreLeadingBlanks:*/Active_Mbcru_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 251 true, 252 /*active:*/SortOption.check, SortOption.monthSort, SortOption.reverse, SortOption.unique 253 ), 254 /** Option set with the following active options: {@link #check c}, {@link #monthSort M}, {@link #reverse r}, {@link #unique u}.*/ 255 Active_Mcru_long( 256 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mcdru, /*dictionaryOrder:*/Active_Mcdru_long, /*f:*/Active_Mcfru, /*ignoreCase:*/Active_Mcfru_long, /*b:*/Active_Mbcru, /*ignoreLeadingBlanks:*/Active_Mbcru_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 257 false, 258 /*active:*/SortOption.check, SortOption.monthSort, SortOption.reverse, SortOption.unique 259 ), 260 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}.*/ 261 Active_Mbcd( 262 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/Active_Mbcdf, /*ignoreCase:*/Active_Mbcdf_long, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mbcdr, /*reverse:*/Active_Mbcdr_long, /*u:*/Active_Mbcdu, /*unique:*/Active_Mbcdu_long, 263 true, 264 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreLeadingBlanks, SortOption.monthSort 265 ), 266 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}.*/ 267 Active_Mbcd_long( 268 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/Active_Mbcdf, /*ignoreCase:*/Active_Mbcdf_long, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mbcdr, /*reverse:*/Active_Mbcdr_long, /*u:*/Active_Mbcdu, /*unique:*/Active_Mbcdu_long, 269 false, 270 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreLeadingBlanks, SortOption.monthSort 271 ), 272 /** Option set with the following active options: {@link #check c}, {@link #ignoreCase f}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}.*/ 273 Active_Mbcf( 274 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mbcdf, /*dictionaryOrder:*/Active_Mbcdf_long, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mbcfr, /*reverse:*/Active_Mbcfr_long, /*u:*/Active_Mbcfu, /*unique:*/Active_Mbcfu_long, 275 true, 276 /*active:*/SortOption.check, SortOption.ignoreCase, SortOption.ignoreLeadingBlanks, SortOption.monthSort 277 ), 278 /** Option set with the following active options: {@link #check c}, {@link #ignoreCase f}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}.*/ 279 Active_Mbcf_long( 280 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mbcdf, /*dictionaryOrder:*/Active_Mbcdf_long, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mbcfr, /*reverse:*/Active_Mbcfr_long, /*u:*/Active_Mbcfu, /*unique:*/Active_Mbcfu_long, 281 false, 282 /*active:*/SortOption.check, SortOption.ignoreCase, SortOption.ignoreLeadingBlanks, SortOption.monthSort 283 ), 284 /** Option set with the following active options: {@link #check c}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #reverse r}.*/ 285 Active_Mbcr( 286 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mbcdr, /*dictionaryOrder:*/Active_Mbcdr_long, /*f:*/Active_Mbcfr, /*ignoreCase:*/Active_Mbcfr_long, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/Active_Mbcru, /*unique:*/Active_Mbcru_long, 287 true, 288 /*active:*/SortOption.check, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.reverse 289 ), 290 /** Option set with the following active options: {@link #check c}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}, {@link #reverse r}.*/ 291 Active_Mbcr_long( 292 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mbcdr, /*dictionaryOrder:*/Active_Mbcdr_long, /*f:*/Active_Mbcfr, /*ignoreCase:*/Active_Mbcfr_long, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/Active_Mbcru, /*unique:*/Active_Mbcru_long, 293 false, 294 /*active:*/SortOption.check, SortOption.ignoreLeadingBlanks, SortOption.monthSort, SortOption.reverse 295 ), 296 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreCase f}, {@link #monthSort M}.*/ 297 Active_Mcdf( 298 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/Active_Mbcdf, /*ignoreLeadingBlanks:*/Active_Mbcdf_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mcdfr, /*reverse:*/Active_Mcdfr_long, /*u:*/Active_Mcdfu, /*unique:*/Active_Mcdfu_long, 299 true, 300 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreCase, SortOption.monthSort 301 ), 302 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #ignoreCase f}, {@link #monthSort M}.*/ 303 Active_Mcdf_long( 304 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/Active_Mbcdf, /*ignoreLeadingBlanks:*/Active_Mbcdf_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mcdfr, /*reverse:*/Active_Mcdfr_long, /*u:*/Active_Mcdfu, /*unique:*/Active_Mcdfu_long, 305 false, 306 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.ignoreCase, SortOption.monthSort 307 ), 308 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #monthSort M}, {@link #reverse r}.*/ 309 Active_Mcdr( 310 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/Active_Mcdfr, /*ignoreCase:*/Active_Mcdfr_long, /*b:*/Active_Mbcdr, /*ignoreLeadingBlanks:*/Active_Mbcdr_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/Active_Mcdru, /*unique:*/Active_Mcdru_long, 311 true, 312 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.monthSort, SortOption.reverse 313 ), 314 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #monthSort M}, {@link #reverse r}.*/ 315 Active_Mcdr_long( 316 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/Active_Mcdfr, /*ignoreCase:*/Active_Mcdfr_long, /*b:*/Active_Mbcdr, /*ignoreLeadingBlanks:*/Active_Mbcdr_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/Active_Mcdru, /*unique:*/Active_Mcdru_long, 317 false, 318 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.monthSort, SortOption.reverse 319 ), 320 /** Option set with the following active options: {@link #check c}, {@link #ignoreCase f}, {@link #monthSort M}, {@link #reverse r}.*/ 321 Active_Mcfr( 322 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mcdfr, /*dictionaryOrder:*/Active_Mcdfr_long, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/Active_Mbcfr, /*ignoreLeadingBlanks:*/Active_Mbcfr_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/Active_Mcfru, /*unique:*/Active_Mcfru_long, 323 true, 324 /*active:*/SortOption.check, SortOption.ignoreCase, SortOption.monthSort, SortOption.reverse 325 ), 326 /** Option set with the following active options: {@link #check c}, {@link #ignoreCase f}, {@link #monthSort M}, {@link #reverse r}.*/ 327 Active_Mcfr_long( 328 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mcdfr, /*dictionaryOrder:*/Active_Mcdfr_long, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/Active_Mbcfr, /*ignoreLeadingBlanks:*/Active_Mbcfr_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/Active_Mcfru, /*unique:*/Active_Mcfru_long, 329 false, 330 /*active:*/SortOption.check, SortOption.ignoreCase, SortOption.monthSort, SortOption.reverse 331 ), 332 /** Option set with the following active options: {@link #check c}, {@link #monthSort M}, {@link #unique u}.*/ 333 Active_Mcu( 334 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mcdu, /*dictionaryOrder:*/Active_Mcdu_long, /*f:*/Active_Mcfu, /*ignoreCase:*/Active_Mcfu_long, /*b:*/Active_Mbcu, /*ignoreLeadingBlanks:*/Active_Mbcu_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mcru, /*reverse:*/Active_Mcru_long, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 335 true, 336 /*active:*/SortOption.check, SortOption.monthSort, SortOption.unique 337 ), 338 /** Option set with the following active options: {@link #check c}, {@link #monthSort M}, {@link #unique u}.*/ 339 Active_Mcu_long( 340 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mcdu, /*dictionaryOrder:*/Active_Mcdu_long, /*f:*/Active_Mcfu, /*ignoreCase:*/Active_Mcfu_long, /*b:*/Active_Mbcu, /*ignoreLeadingBlanks:*/Active_Mbcu_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mcru, /*reverse:*/Active_Mcru_long, /*u:*/null /*already set*/, /*unique:*/null /*already set*/, 341 false, 342 /*active:*/SortOption.check, SortOption.monthSort, SortOption.unique 343 ), 344 /** Option set with the following active options: {@link #check c}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}.*/ 345 Active_Mbc( 346 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mbcd, /*dictionaryOrder:*/Active_Mbcd_long, /*f:*/Active_Mbcf, /*ignoreCase:*/Active_Mbcf_long, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mbcr, /*reverse:*/Active_Mbcr_long, /*u:*/Active_Mbcu, /*unique:*/Active_Mbcu_long, 347 true, 348 /*active:*/SortOption.check, SortOption.ignoreLeadingBlanks, SortOption.monthSort 349 ), 350 /** Option set with the following active options: {@link #check c}, {@link #ignoreLeadingBlanks b}, {@link #monthSort M}.*/ 351 Active_Mbc_long( 352 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mbcd, /*dictionaryOrder:*/Active_Mbcd_long, /*f:*/Active_Mbcf, /*ignoreCase:*/Active_Mbcf_long, /*b:*/null /*already set*/, /*ignoreLeadingBlanks:*/null /*already set*/, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mbcr, /*reverse:*/Active_Mbcr_long, /*u:*/Active_Mbcu, /*unique:*/Active_Mbcu_long, 353 false, 354 /*active:*/SortOption.check, SortOption.ignoreLeadingBlanks, SortOption.monthSort 355 ), 356 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #monthSort M}.*/ 357 Active_Mcd( 358 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/Active_Mcdf, /*ignoreCase:*/Active_Mcdf_long, /*b:*/Active_Mbcd, /*ignoreLeadingBlanks:*/Active_Mbcd_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mcdr, /*reverse:*/Active_Mcdr_long, /*u:*/Active_Mcdu, /*unique:*/Active_Mcdu_long, 359 true, 360 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.monthSort 361 ), 362 /** Option set with the following active options: {@link #check c}, {@link #dictionaryOrder d}, {@link #monthSort M}.*/ 363 Active_Mcd_long( 364 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/null /*already set*/, /*dictionaryOrder:*/null /*already set*/, /*f:*/Active_Mcdf, /*ignoreCase:*/Active_Mcdf_long, /*b:*/Active_Mbcd, /*ignoreLeadingBlanks:*/Active_Mbcd_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mcdr, /*reverse:*/Active_Mcdr_long, /*u:*/Active_Mcdu, /*unique:*/Active_Mcdu_long, 365 false, 366 /*active:*/SortOption.check, SortOption.dictionaryOrder, SortOption.monthSort 367 ), 368 /** Option set with the following active options: {@link #check c}, {@link #ignoreCase f}, {@link #monthSort M}.*/ 369 Active_Mcf( 370 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mcdf, /*dictionaryOrder:*/Active_Mcdf_long, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/Active_Mbcf, /*ignoreLeadingBlanks:*/Active_Mbcf_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mcfr, /*reverse:*/Active_Mcfr_long, /*u:*/Active_Mcfu, /*unique:*/Active_Mcfu_long, 371 true, 372 /*active:*/SortOption.check, SortOption.ignoreCase, SortOption.monthSort 373 ), 374 /** Option set with the following active options: {@link #check c}, {@link #ignoreCase f}, {@link #monthSort M}.*/ 375 Active_Mcf_long( 376 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mcdf, /*dictionaryOrder:*/Active_Mcdf_long, /*f:*/null /*already set*/, /*ignoreCase:*/null /*already set*/, /*b:*/Active_Mbcf, /*ignoreLeadingBlanks:*/Active_Mbcf_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mcfr, /*reverse:*/Active_Mcfr_long, /*u:*/Active_Mcfu, /*unique:*/Active_Mcfu_long, 377 false, 378 /*active:*/SortOption.check, SortOption.ignoreCase, SortOption.monthSort 379 ), 380 /** Option set with the following active options: {@link #check c}, {@link #monthSort M}, {@link #reverse r}.*/ 381 Active_Mcr( 382 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mcdr, /*dictionaryOrder:*/Active_Mcdr_long, /*f:*/Active_Mcfr, /*ignoreCase:*/Active_Mcfr_long, /*b:*/Active_Mbcr, /*ignoreLeadingBlanks:*/Active_Mbcr_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/Active_Mcru, /*unique:*/Active_Mcru_long, 383 true, 384 /*active:*/SortOption.check, SortOption.monthSort, SortOption.reverse 385 ), 386 /** Option set with the following active options: {@link #check c}, {@link #monthSort M}, {@link #reverse r}.*/ 387 Active_Mcr_long( 388 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mcdr, /*dictionaryOrder:*/Active_Mcdr_long, /*f:*/Active_Mcfr, /*ignoreCase:*/Active_Mcfr_long, /*b:*/Active_Mbcr, /*ignoreLeadingBlanks:*/Active_Mbcr_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/null /*already set*/, /*reverse:*/null /*already set*/, /*u:*/Active_Mcru, /*unique:*/Active_Mcru_long, 389 false, 390 /*active:*/SortOption.check, SortOption.monthSort, SortOption.reverse 391 ), 392 /** Option set with the following active options: {@link #check c}, {@link #monthSort M}.*/ 393 Active_Mc( 394 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mcd, /*dictionaryOrder:*/Active_Mcd_long, /*f:*/Active_Mcf, /*ignoreCase:*/Active_Mcf_long, /*b:*/Active_Mbc, /*ignoreLeadingBlanks:*/Active_Mbc_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mcr, /*reverse:*/Active_Mcr_long, /*u:*/Active_Mcu, /*unique:*/Active_Mcu_long, 395 true, 396 /*active:*/SortOption.check, SortOption.monthSort 397 ), 398 /** Option set with the following active options: {@link #check c}, {@link #monthSort M}.*/ 399 Active_Mc_long( 400 /*c:*/null /*already set*/, /*check:*/null /*already set*/, /*d:*/Active_Mcd, /*dictionaryOrder:*/Active_Mcd_long, /*f:*/Active_Mcf, /*ignoreCase:*/Active_Mcf_long, /*b:*/Active_Mbc, /*ignoreLeadingBlanks:*/Active_Mbc_long, /*M:*/null /*already set*/, /*monthSort:*/null /*already set*/, /*r:*/Active_Mcr, /*reverse:*/Active_Mcr_long, /*u:*/Active_Mcu, /*unique:*/Active_Mcu_long, 401 false, 402 /*active:*/SortOption.check, SortOption.monthSort 403 ); 404 private SortOptionSet_Mbcdfru( 405 SortOptionSet_Mbcdfru c, SortOptionSet_Mbcdfru check, SortOptionSet_Mbcdfru d, SortOptionSet_Mbcdfru dictionaryOrder, SortOptionSet_Mbcdfru f, SortOptionSet_Mbcdfru ignoreCase, SortOptionSet_Mbcdfru b, SortOptionSet_Mbcdfru ignoreLeadingBlanks, SortOptionSet_Mbcdfru M, SortOptionSet_Mbcdfru monthSort, SortOptionSet_Mbcdfru r, SortOptionSet_Mbcdfru reverse, SortOptionSet_Mbcdfru u, SortOptionSet_Mbcdfru unique, 406 boolean useAcronym, 407 SortOption... activeOptions 408 ) { 409 this.c = c == null ? this : c; 410 this.check = check == null ? this : check; 411 this.d = d == null ? this : d; 412 this.dictionaryOrder = dictionaryOrder == null ? this : dictionaryOrder; 413 this.f = f == null ? this : f; 414 this.ignoreCase = ignoreCase == null ? this : ignoreCase; 415 this.b = b == null ? this : b; 416 this.ignoreLeadingBlanks = ignoreLeadingBlanks == null ? this : ignoreLeadingBlanks; 417 this.M = M == null ? this : M; 418 this.monthSort = monthSort == null ? this : monthSort; 419 this.r = r == null ? this : r; 420 this.reverse = reverse == null ? this : reverse; 421 this.u = u == null ? this : u; 422 this.unique = unique == null ? this : unique; 423 this.useAcronym = useAcronym; 424 this.options = activeOptions.length == 0 ? EnumSet.noneOf(SortOption.class) : EnumSet.copyOf(Arrays.asList(activeOptions)); 425 } 426 private final boolean useAcronym; 427 /** 428 * Option {@code "-c"}: Checks that the single input file is ordered as specified by the 429 arguments and the collating sequence of the current locale. No 430 output is produced; only the exit code is affected. 431 * <p> 432 * The option {@code "-c"} is equivalent to the {@code "--}{@link #check check}{@code "} option. 433 * <p> 434 * Technically speaking, this field points to a set with the options of the 435 * current set plus the option {@code "-c"}. If the option {@code "-c"} 436 * is already set, the field {@code c} points to the enum constant itself 437 * as it already represents the current set of options. 438 */ 439 public final SortOptionSet_Mbcdfru c; 440 /** 441 * Option {@code "--check"}: Checks that the single input file is ordered as specified by the 442 arguments and the collating sequence of the current locale. No 443 output is produced; only the exit code is affected. 444 * <p> 445 * The option {@code "--check"} is equivalent to the {@code "-}{@link #c c}{@code "} option. 446 * <p> 447 * Technically speaking, this field points to a set with the options of the 448 * current set plus the option {@code "--check"}. If the option {@code "--check"} 449 * is already set, the field {@code check} points to the enum constant itself 450 * as it already represents the current set of options. 451 */ 452 public final SortOptionSet_Mbcdfru check; 453 /** 454 * Option {@code "-d"}: Consider only blanks and alphanumeric characters. 455 (This option is ignored if a comparator operand is present). 456 * <p> 457 * The option {@code "-d"} is equivalent to the {@code "--}{@link #dictionaryOrder dictionaryOrder}{@code "} option. 458 * <p> 459 * Technically speaking, this field points to a set with the options of the 460 * current set plus the option {@code "-d"}. If the option {@code "-d"} 461 * is already set, the field {@code d} points to the enum constant itself 462 * as it already represents the current set of options. 463 */ 464 public final SortOptionSet_Mbcdfru d; 465 /** 466 * Option {@code "--dictionaryOrder"}: Consider only blanks and alphanumeric characters. 467 (This option is ignored if a comparator operand is present). 468 * <p> 469 * The option {@code "--dictionaryOrder"} is equivalent to the {@code "-}{@link #d d}{@code "} option. 470 * <p> 471 * Technically speaking, this field points to a set with the options of the 472 * current set plus the option {@code "--dictionaryOrder"}. If the option {@code "--dictionaryOrder"} 473 * is already set, the field {@code dictionaryOrder} points to the enum constant itself 474 * as it already represents the current set of options. 475 */ 476 public final SortOptionSet_Mbcdfru dictionaryOrder; 477 /** 478 * Option {@code "-f"}: Consider all lowercase characters that have uppercase equivalents to 479 be the uppercase equivalent for the purposes of comparison. 480 (This option is ignored if a comparator operand is present). 481 * <p> 482 * The option {@code "-f"} is equivalent to the {@code "--}{@link #ignoreCase ignoreCase}{@code "} option. 483 * <p> 484 * Technically speaking, this field points to a set with the options of the 485 * current set plus the option {@code "-f"}. If the option {@code "-f"} 486 * is already set, the field {@code f} points to the enum constant itself 487 * as it already represents the current set of options. 488 */ 489 public final SortOptionSet_Mbcdfru f; 490 /** 491 * Option {@code "--ignoreCase"}: Consider all lowercase characters that have uppercase equivalents to 492 be the uppercase equivalent for the purposes of comparison. 493 (This option is ignored if a comparator operand is present). 494 * <p> 495 * The option {@code "--ignoreCase"} is equivalent to the {@code "-}{@link #f f}{@code "} option. 496 * <p> 497 * Technically speaking, this field points to a set with the options of the 498 * current set plus the option {@code "--ignoreCase"}. If the option {@code "--ignoreCase"} 499 * is already set, the field {@code ignoreCase} points to the enum constant itself 500 * as it already represents the current set of options. 501 */ 502 public final SortOptionSet_Mbcdfru ignoreCase; 503 /** 504 * Option {@code "-b"}: Ignore leading blanks. 505 (This option is ignored if a comparator operand is present). 506 * <p> 507 * The option {@code "-b"} is equivalent to the {@code "--}{@link #ignoreLeadingBlanks ignoreLeadingBlanks}{@code "} option. 508 * <p> 509 * Technically speaking, this field points to a set with the options of the 510 * current set plus the option {@code "-b"}. If the option {@code "-b"} 511 * is already set, the field {@code b} points to the enum constant itself 512 * as it already represents the current set of options. 513 */ 514 public final SortOptionSet_Mbcdfru b; 515 /** 516 * Option {@code "--ignoreLeadingBlanks"}: Ignore leading blanks. 517 (This option is ignored if a comparator operand is present). 518 * <p> 519 * The option {@code "--ignoreLeadingBlanks"} is equivalent to the {@code "-}{@link #b b}{@code "} option. 520 * <p> 521 * Technically speaking, this field points to a set with the options of the 522 * current set plus the option {@code "--ignoreLeadingBlanks"}. If the option {@code "--ignoreLeadingBlanks"} 523 * is already set, the field {@code ignoreLeadingBlanks} points to the enum constant itself 524 * as it already represents the current set of options. 525 */ 526 public final SortOptionSet_Mbcdfru ignoreLeadingBlanks; 527 /** 528 * Option {@code "-M"}: An initial string, consisting of any amount of blanks, followed by a 529 month name abbreviation, is folded to UPPER case and compared in the 530 order: (unknown) < 'JAN' < ... < 'DEC'. The current locale 531 determines the month spellings. 532 * <p> 533 * The option {@code "-M"} is equivalent to the {@code "--}{@link #monthSort monthSort}{@code "} option. 534 * <p> 535 * Technically speaking, this field points to a set with the options of the 536 * current set plus the option {@code "-M"}. If the option {@code "-M"} 537 * is already set, the field {@code M} points to the enum constant itself 538 * as it already represents the current set of options. 539 */ 540 public final SortOptionSet_Mbcdfru M; 541 /** 542 * Option {@code "--monthSort"}: An initial string, consisting of any amount of blanks, followed by a 543 month name abbreviation, is folded to UPPER case and compared in the 544 order: (unknown) < 'JAN' < ... < 'DEC'. The current locale 545 determines the month spellings. 546 * <p> 547 * The option {@code "--monthSort"} is equivalent to the {@code "-}{@link #M M}{@code "} option. 548 * <p> 549 * Technically speaking, this field points to a set with the options of the 550 * current set plus the option {@code "--monthSort"}. If the option {@code "--monthSort"} 551 * is already set, the field {@code monthSort} points to the enum constant itself 552 * as it already represents the current set of options. 553 */ 554 public final SortOptionSet_Mbcdfru monthSort; 555 /** 556 * Option {@code "-r"}: Reverse the sense of comparisons. 557 * <p> 558 * The option {@code "-r"} is equivalent to the {@code "--}{@link #reverse reverse}{@code "} option. 559 * <p> 560 * Technically speaking, this field points to a set with the options of the 561 * current set plus the option {@code "-r"}. If the option {@code "-r"} 562 * is already set, the field {@code r} points to the enum constant itself 563 * as it already represents the current set of options. 564 */ 565 public final SortOptionSet_Mbcdfru r; 566 /** 567 * Option {@code "--reverse"}: Reverse the sense of comparisons. 568 * <p> 569 * The option {@code "--reverse"} is equivalent to the {@code "-}{@link #r r}{@code "} option. 570 * <p> 571 * Technically speaking, this field points to a set with the options of the 572 * current set plus the option {@code "--reverse"}. If the option {@code "--reverse"} 573 * is already set, the field {@code reverse} points to the enum constant itself 574 * as it already represents the current set of options. 575 */ 576 public final SortOptionSet_Mbcdfru reverse; 577 /** 578 * Option {@code "-u"}: Unique: suppress all but one in each set of lines having equal keys. 579 If used with the {@code -c} option, checks that there are no lines 580 with duplicate keys, in addition to checking that the input file is 581 sorted. 582 * <p> 583 * The option {@code "-u"} is equivalent to the {@code "--}{@link #unique unique}{@code "} option. 584 * <p> 585 * Technically speaking, this field points to a set with the options of the 586 * current set plus the option {@code "-u"}. If the option {@code "-u"} 587 * is already set, the field {@code u} points to the enum constant itself 588 * as it already represents the current set of options. 589 */ 590 public final SortOptionSet_Mbcdfru u; 591 /** 592 * Option {@code "--unique"}: Unique: suppress all but one in each set of lines having equal keys. 593 If used with the {@code -c} option, checks that there are no lines 594 with duplicate keys, in addition to checking that the input file is 595 sorted. 596 * <p> 597 * The option {@code "--unique"} is equivalent to the {@code "-}{@link #u u}{@code "} option. 598 * <p> 599 * Technically speaking, this field points to a set with the options of the 600 * current set plus the option {@code "--unique"}. If the option {@code "--unique"} 601 * is already set, the field {@code unique} points to the enum constant itself 602 * as it already represents the current set of options. 603 */ 604 public final SortOptionSet_Mbcdfru unique; 605 private final EnumSet<SortOption> options; 606 607 //inherit javadoc 608 @Override 609 public Class<SortOption> optionType() { 610 return SortOption.class; 611 } 612 //inherit javadoc 613 @Override 614 public boolean isSet(SortOption option) { 615 return options.contains(option); 616 } 617 //inherit javadoc 618 @Override 619 public int size() { 620 return options.size(); 621 } 622 /** 623 * Returns the set with the active options. The returned set a new defensive 624 * copy instance created when this method is called, modifications of this 625 * set will therefore not alter {@code this} option set. 626 * 627 * @return a copy of the set with the active options. 628 */ 629 @Override 630 public EnumSet<SortOption> asSet() { 631 return EnumSet.copyOf(options); 632 } 633 /** 634 * Returns an immutable iterator with the active options of this option set. 635 * 636 * @return an immutable iterator for over the active options 637 */ 638 @Override 639 public Iterator<SortOption> iterator() { 640 return Collections.unmodifiableSet(options).iterator(); 641 } 642 /** 643 * Returns true if the {@link Option#acronym() acronym} should be used in 644 * for the specified {@code option} string representations. 645 * <p> 646 * In particular and independent from the {@code option} argument, this 647 * option set returns true if the last option added to this set was an 648 * acronym, and false if it was a long option name. 649 * <p> 650 * For instance, the set defined as 651 * <pre> 652 * SortOptionSet_Mbcdfru.check.d; 653 * </pre> 654 * uses acronyms, that is, this method always returns true for the above 655 * set. 656 * <p> 657 * On the other hand, long option names are used and this method always 658 * returns false for the set 659 * <pre> 660 * SortOptionSet_Mbcdfru.c.dictionaryOrder; 661 * </pre> 662 * <p> 663 * Note that a repeated option is <i>not</i> treated as the last set option. 664 * For instance, the first and last option of the following set are 665 * equivalent and acronyms are used: 666 * <pre> 667 * SortOptionSet_Mbcdfru.c.d.check; 668 * </pre> 669 * <p> 670 * This method always returns true for the empty set with no active options. 671 * 672 * @param option 673 * the option of interest, has no impact on the result returned 674 * by this method 675 * @return true if option acronyms should be used for string representations 676 * of any option of this option set 677 */ 678 @Override 679 public boolean useAcronymFor(SortOption option) { 680 return useAcronym; 681 } 682}