libgee r36 - in trunk: . gee
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: libgee r36 - in trunk: . gee
- Date: Fri, 30 May 2008 09:17:14 +0000 (UTC)
Author: juergbi
Date: Fri May 30 09:17:14 2008
New Revision: 36
URL: http://svn.gnome.org/viewvc/libgee?rev=36&view=rev
Log:
2008-05-30 Juerg Billeter <j bitron ch>
* gee/hashmap.vala:
* gee/hashset.vala:
Use [Compact] for the HashMap.Node and HashSet.Node classes
Modified:
trunk/ChangeLog
trunk/gee/hashmap.vala
trunk/gee/hashset.vala
Modified: trunk/gee/hashmap.vala
==============================================================================
--- trunk/gee/hashmap.vala (original)
+++ trunk/gee/hashmap.vala Fri May 30 09:17:14 2008
@@ -168,6 +168,7 @@
clear ();
}
+ [Compact]
private class Node<K,V> {
public K key;
public V value;
Modified: trunk/gee/hashset.vala
==============================================================================
--- trunk/gee/hashset.vala (original)
+++ trunk/gee/hashset.vala Fri May 30 09:17:14 2008
@@ -152,6 +152,7 @@
clear ();
}
+ [Compact]
private class Node<G> {
public G key;
public Node<G> next;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]