<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://wiki.apidesign.org/skins/common/feed.css?116"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.apidesign.org/index.php?action=history&amp;feed=atom&amp;title=RecordEvolution</id>
		<title>RecordEvolution - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.apidesign.org/index.php?action=history&amp;feed=atom&amp;title=RecordEvolution"/>
		<link rel="alternate" type="text/html" href="http://wiki.apidesign.org/index.php?title=RecordEvolution&amp;action=history"/>
		<updated>2026-04-14T06:09:25Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.12.0rc1</generator>

	<entry>
		<id>http://wiki.apidesign.org/index.php?title=RecordEvolution&amp;diff=10237&amp;oldid=prev</id>
		<title>JaroslavTulach: New page: TBD: Is it even possible? Or is it better to use classical:  &lt;source lang=&quot;java&quot;&gt; public final class Status {   private final boolean empty;   private final boolean large;   private fi...</title>
		<link rel="alternate" type="text/html" href="http://wiki.apidesign.org/index.php?title=RecordEvolution&amp;diff=10237&amp;oldid=prev"/>
				<updated>2020-09-28T08:25:42Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &lt;a href=&quot;/wiki/TBD&quot; title=&quot;TBD&quot;&gt;TBD&lt;/a&gt;: Is it even possible? Or is it better to use classical:  &amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt; public final class Status {   private final boolean empty;   private final boolean large;   private fi...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[TBD]]: Is it even possible? Or is it better to use classical:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
public final class Status {&lt;br /&gt;
  private final boolean empty;&lt;br /&gt;
  private final boolean large;&lt;br /&gt;
  private final boolean asciiOnly;&lt;br /&gt;
  private Status(boolean empty, boolean large, boolean asciiOnly) {&lt;br /&gt;
    this.empty = empty;&lt;br /&gt;
    this.large = large;&lt;br /&gt;
    this.asciiOnly = asciiOnly;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  /** @since 1.0 */&lt;br /&gt;
  public static Status create(boolean empty) {&lt;br /&gt;
    return new Status(empty, false, false);&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  /** @since 2.0 */&lt;br /&gt;
  public static Status create(boolean empty, boolean large, boolean asciiOnly) {&lt;br /&gt;
    return new Status(empty, large, asciiOnly);&lt;br /&gt;
  }&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>JaroslavTulach</name></author>	</entry>

	</feed>